pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/stellarium fix build breakage, likely resulting f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1aa3361c7c45
branches:  trunk
changeset: 396609:1aa3361c7c45
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Jul 28 19:12:36 2009 +0000

description:
fix build breakage, likely resulting from a weird interaction of Mesa
and qt4 wrt include file ordering

diffstat:

 misc/stellarium/distinfo         |   3 ++-
 misc/stellarium/patches/patch-ac |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r f7be346f8bf0 -r 1aa3361c7c45 misc/stellarium/distinfo
--- a/misc/stellarium/distinfo  Tue Jul 28 18:52:07 2009 +0000
+++ b/misc/stellarium/distinfo  Tue Jul 28 19:12:36 2009 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.12 2009/03/19 11:43:06 drochner Exp $
+$NetBSD: distinfo,v 1.13 2009/07/28 19:12:36 drochner Exp $
 
 SHA1 (stellarium-0.10.2.tar.gz) = aa24cbb8d4a911121108df67483b4c753402928e
 RMD160 (stellarium-0.10.2.tar.gz) = ea88f1ba4c29a3a9087e5ca89a16258e59d12e72
 Size (stellarium-0.10.2.tar.gz) = 35250510 bytes
 SHA1 (patch-aa) = 308fb712725a7651a91c553fbc3c68e6b64a6cd9
 SHA1 (patch-ab) = d94f54f6945d19b340748fbfd2a9187c543aed2a
+SHA1 (patch-ac) = 5853ceaa1325a85c95e9f0967f860638c8d271f4
diff -r f7be346f8bf0 -r 1aa3361c7c45 misc/stellarium/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/stellarium/patches/patch-ac  Tue Jul 28 19:12:36 2009 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.3 2009/07/28 19:12:37 drochner Exp $
+
+--- src/external/GLee.h.orig   2009-07-09 17:30:53.000000000 +0200
++++ src/external/GLee.h
+@@ -797,10 +797,10 @@ GLEE_EXTERN GLboolean _GLEE_SGIX_texture
+ 
+       /* GLX */
+ 
+-      typedef void (*__GLXextFuncPtr)(void);
+ 
+       #ifndef GLX_ARB_get_proc_address 
+       #define GLX_ARB_get_proc_address 1
++          typedef void (*__GLXextFuncPtr)(void);
+           extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);
+           extern void ( * glXGetProcAddressARB (const GLubyte *procName))(void);
+           typedef __GLXextFuncPtr ( * PFNGLXGETPROCADDRESSARBPROC) (const GLubyte *procName);



Home | Main Index | Thread Index | Old Index