summaryrefslogtreecommitdiff
path: root/misc/stellarium/patches/patch-src_main.cpp
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-05-04 12:59:45 +0000
committerjoerg <joerg@pkgsrc.org>2013-05-04 12:59:45 +0000
commit60d1e1be247c550f5aabec51b492bed1218721b1 (patch)
tree9cbfc1fe003470fab96bf2cf0fa419937d4ce84e /misc/stellarium/patches/patch-src_main.cpp
parent3473e129f50d5f97b86712e8b70acf80233e296a (diff)
downloadpkgsrc-60d1e1be247c550f5aabec51b492bed1218721b1.tar.gz
Add a bunch of missing includes hidden by libstdc++ namespace pollution.
Diffstat (limited to 'misc/stellarium/patches/patch-src_main.cpp')
-rw-r--r--misc/stellarium/patches/patch-src_main.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/stellarium/patches/patch-src_main.cpp b/misc/stellarium/patches/patch-src_main.cpp
new file mode 100644
index 00000000000..bafa59e076c
--- /dev/null
+++ b/misc/stellarium/patches/patch-src_main.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_main.cpp,v 1.1 2013/05/04 12:59:47 joerg Exp $
+
+--- src/main.cpp.orig 2013-05-04 00:38:57.000000000 +0000
++++ src/main.cpp
+@@ -36,6 +36,7 @@
+ #ifdef Q_OS_WIN
+ #include <windows.h>
+ #endif //Q_OS_WIN
++#include <clocale>
+
+ //! @class GettextStelTranslator
+ //! Provides i18n support through gettext.