pkgsrc/misc/marble/patches/patch-src_plugins_render_stars_StarsPlugin.cpp

16 lines
345 B
C++
Raw Normal View History

2014-11-13 20:19:06 +01:00
$NetBSD: patch-src_plugins_render_stars_StarsPlugin.cpp,v 1.2 2014/11/13 19:19:06 markd Exp $
2013-06-24 08:52:52 +02:00
Avoid 'sun' clash.
2014-11-13 20:19:06 +01:00
--- src/plugins/render/stars/StarsPlugin.cpp.orig 2014-10-23 21:53:08.000000000 +0000
2013-06-24 08:52:52 +02:00
+++ src/plugins/render/stars/StarsPlugin.cpp
2014-11-13 20:19:06 +01:00
@@ -34,6 +34,8 @@
#include "src/lib/astro/solarsystem.h"
2013-06-24 08:52:52 +02:00
+#undef sun
+
namespace Marble
{