freebsd-ports/games/pink-pony/files/patch-lib-GL-GLee.h
Dmitry Marakasov f712666ecf - Update to 1.3.1
- Support staging
- Use new LIB_DEPENDS syntax
- Add LICENSE
- Add pkg-message with description of config file problems

PR:		182956 (bits used)
Submitted by:	nemysis <nemysis@FreeBSD.org>
2013-12-24 03:05:46 +00:00

11 lines
330 B
C

--- lib/GL/GLee.h.orig 2013-09-12 00:21:39.000000000 +0400
+++ lib/GL/GLee.h 2013-09-18 21:32:09.160519239 +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 *);