summaryrefslogtreecommitdiff
path: root/misc/stellarium
diff options
context:
space:
mode:
authorjoerg <joerg>2013-05-14 12:41:34 +0000
committerjoerg <joerg>2013-05-14 12:41:34 +0000
commit2769dd8cd9d3ed1dfb37a03a16c4835cc710c259 (patch)
treeb4ed172d48d4170eb5587195f6e2d0cffa941c79 /misc/stellarium
parent1efd9d6135697039ce63a5be0195529dd046f5df (diff)
downloadpkgsrc-2769dd8cd9d3ed1dfb37a03a16c4835cc710c259.tar.gz
Add missing include for correct abs version.
Diffstat (limited to 'misc/stellarium')
-rw-r--r--misc/stellarium/distinfo3
-rw-r--r--misc/stellarium/patches/patch-src_core_StelUtils.cpp12
2 files changed, 14 insertions, 1 deletions
diff --git a/misc/stellarium/distinfo b/misc/stellarium/distinfo
index 3afcc8c149d..0f25fd71390 100644
--- a/misc/stellarium/distinfo
+++ b/misc/stellarium/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2013/05/04 12:59:47 joerg Exp $
+$NetBSD: distinfo,v 1.28 2013/05/14 12:41:34 joerg Exp $
SHA1 (stellarium-0.12.1.tar.gz) = 0a7fbe913d4e37e6ff281f81e67dc7831796b41c
RMD160 (stellarium-0.12.1.tar.gz) = 5b0d181388d3e37b285fc2be8953832498d7b8ca
@@ -7,6 +7,7 @@ SHA1 (patch-ab) = 5ecb4a06f44520ec3fb3f17816b1f84dd2bcd28c
SHA1 (patch-ad) = 8257570ab31b25e4b90714125d5b8c7bfebd7240
SHA1 (patch-ae) = e6ee27b2b0914eb25a7e35b58dcadefb0fd349e0
SHA1 (patch-src_StelMainGraphicsView.cpp) = 4428ce8676784116b39a2e2ea692940f5b2c8f97
+SHA1 (patch-src_core_StelUtils.cpp) = 0693cd4832eb06f25413b76bb4d00a681b992a88
SHA1 (patch-src_core_modules_Skybright.cpp) = 7b6369fce6fa77b7007023136d7e8aebafd5c627
SHA1 (patch-src_core_renderer_StelQGLArrayVertexBufferBackend.cpp) = 8e3ec2e3a279d45aa5175f87780c15bbd8abfdee
SHA1 (patch-src_core_renderer_StelQGLInterleavedArrayVertexBufferBackend.cpp) = 26ac644af6fe577a9187dc33b574bbf132593ede
diff --git a/misc/stellarium/patches/patch-src_core_StelUtils.cpp b/misc/stellarium/patches/patch-src_core_StelUtils.cpp
new file mode 100644
index 00000000000..02c40e90525
--- /dev/null
+++ b/misc/stellarium/patches/patch-src_core_StelUtils.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_core_StelUtils.cpp,v 1.1 2013/05/14 12:41:34 joerg Exp $
+
+--- src/core/StelUtils.cpp.orig 2013-05-14 11:00:29.000000000 +0000
++++ src/core/StelUtils.cpp
+@@ -17,6 +17,7 @@
+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
+ */
+
++#include <cstdlib>
+ #include <cmath> // std::fmod
+
+ #ifdef CYGWIN