diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-07-17 23:07:39 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-07-17 23:07:39 +0000 |
commit | e4e77645b5f0a41e3c862ac590e152a4583c5471 (patch) | |
tree | 18425d838edb5ae616bbe8d9a935f09a34814075 /games/pink-pony/files/patch-lib-GL-GLee.h | |
parent | 1c391f493c36f1316fcf8615bec00c274f0186a3 (diff) | |
download | ports-e4e77645b5f0a41e3c862ac590e152a4583c5471.tar.gz ports-e4e77645b5f0a41e3c862ac590e152a4583c5471.zip |
Notes
Diffstat (limited to 'games/pink-pony/files/patch-lib-GL-GLee.h')
-rw-r--r-- | games/pink-pony/files/patch-lib-GL-GLee.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/pink-pony/files/patch-lib-GL-GLee.h b/games/pink-pony/files/patch-lib-GL-GLee.h new file mode 100644 index 000000000000..14b1cfc6a422 --- /dev/null +++ b/games/pink-pony/files/patch-lib-GL-GLee.h @@ -0,0 +1,11 @@ +--- lib/GL/GLee.h.orig 2009-04-12 22:06:20.000000000 +0400 ++++ lib/GL/GLee.h 2009-07-09 23:58:05.000000000 +0400 +@@ -747,8 +747,6 @@ +
+ /* GLX */
+
+- typedef void (*__GLXextFuncPtr)(void);
+-
+ #ifndef GLX_ARB_get_proc_address
+ #define GLX_ARB_get_proc_address 1
+ extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);
|