1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/graphics/oglext/files/patch-src_Macros.h
Thierry Thomas 42413271df Add oglext 1.0.2, a library for easier access to OpenGL extensions.
PR:		62297
Submitted by:	Igor Pokrovsky <tiamat@comset.net>
2004-05-29 22:08:55 +00:00

12 lines
215 B
C

--- src/Macros.h.orig Mon Feb 2 19:23:57 2004
+++ src/Macros.h Mon Feb 2 19:24:13 2004
@@ -18,7 +18,7 @@
#define _OGL_MACROS_H_
#ifndef _WIN32
-
+ #define GLX_GLXEXT_PROTOTYPES
#include <GL/glx.h>
#endif