freebsd-ports/graphics/oglext/files/patch-src_Macros.h
Pav Lucistnik de6c575e96 - Update to 1.1.0
PR:		ports/70675
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
2004-08-21 10:08:58 +00:00

11 lines
268 B
C

--- src/Macros.h.orig Thu Aug 19 23:19:51 2004
+++ src/Macros.h Thu Aug 19 23:20:28 2004
@@ -19,6 +19,7 @@
#if !defined(_WIN32) && (!defined(__APPLE__) || !defined(__GNUC__)) && !defined(__MACOSX__)
+ #define GLX_GLXEXT_PROTOTYPES
#include <GL/glx.h>
#endif