summaryrefslogtreecommitdiff
path: root/misc/stellarium/patches/patch-src_main.cpp
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2013-08-09 11:47:57 +0000
committerdrochner <drochner@pkgsrc.org>2013-08-09 11:47:57 +0000
commit928d45b73ad45ede784408df3f9e3473c581645b (patch)
tree6fe51cc9dbedcb66db7de36b6816070e536f2d79 /misc/stellarium/patches/patch-src_main.cpp
parent14ff1f1bb11ad083a5757da5f51ab7741e27527c (diff)
downloadpkgsrc-928d45b73ad45ede784408df3f9e3473c581645b.tar.gz
update to 0.12.2
New features: variable stars, re-packed star catalogs (Hipparcos and Tycho-2), improvements for plugins, scripting engine and search tool. New version of the Satellites plug-in. Sound support (needs qt4-phonon, not enabled in pkgsrc yet)
Diffstat (limited to 'misc/stellarium/patches/patch-src_main.cpp')
-rw-r--r--misc/stellarium/patches/patch-src_main.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/stellarium/patches/patch-src_main.cpp b/misc/stellarium/patches/patch-src_main.cpp
index bafa59e076c..8532a85655b 100644
--- a/misc/stellarium/patches/patch-src_main.cpp
+++ b/misc/stellarium/patches/patch-src_main.cpp
@@ -1,10 +1,10 @@
-$NetBSD: patch-src_main.cpp,v 1.1 2013/05/04 12:59:47 joerg Exp $
+$NetBSD: patch-src_main.cpp,v 1.2 2013/08/09 11:47:57 drochner Exp $
---- src/main.cpp.orig 2013-05-04 00:38:57.000000000 +0000
+--- src/main.cpp.orig 2013-08-04 06:20:27.000000000 +0000
+++ src/main.cpp
-@@ -36,6 +36,7 @@
- #ifdef Q_OS_WIN
- #include <windows.h>
+@@ -41,6 +41,7 @@
+ #pragma comment(lib,"Winmm.lib")
+ #endif
#endif //Q_OS_WIN
+#include <clocale>