diff options
author | drochner <drochner> | 2009-07-28 19:12:36 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-07-28 19:12:36 +0000 |
commit | 46d3db6d6d966b4d3390b60deaecd59c10d57c4e (patch) | |
tree | cec024a28e3a29ad476fb27827ee9bdeafc3c360 /misc | |
parent | 12a788de8b251307a30736fb15d6f8042085ae8c (diff) | |
download | pkgsrc-46d3db6d6d966b4d3390b60deaecd59c10d57c4e.tar.gz |
fix build breakage, likely resulting from a weird interaction of Mesa
and qt4 wrt include file ordering
Diffstat (limited to 'misc')
-rw-r--r-- | misc/stellarium/distinfo | 3 | ||||
-rw-r--r-- | misc/stellarium/patches/patch-ac | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/misc/stellarium/distinfo b/misc/stellarium/distinfo index 172cc0efd84..fad48d9f7fb 100644 --- a/misc/stellarium/distinfo +++ b/misc/stellarium/distinfo @@ -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 --git a/misc/stellarium/patches/patch-ac b/misc/stellarium/patches/patch-ac new file mode 100644 index 00000000000..28b44b78b83 --- /dev/null +++ b/misc/stellarium/patches/patch-ac @@ -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);
|