From 2183e2c187ba8dcc8611ac4732b14f4ea7511206 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 14 May 2013 12:41:34 +0000 Subject: Add missing include for correct abs version. --- misc/stellarium/distinfo | 3 ++- misc/stellarium/patches/patch-src_core_StelUtils.cpp | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 misc/stellarium/patches/patch-src_core_StelUtils.cpp 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 + #include // std::fmod + + #ifdef CYGWIN -- cgit v1.2.3