diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-05-29 22:08:55 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-05-29 22:08:55 +0000 |
commit | 42413271df13c934a5488ff97b46f009cf37366a (patch) | |
tree | 13f421151f591f11c3d8d5a5c138d9c591bdaeb5 /graphics/oglext/files/patch-src_Macros.h | |
parent | - s/BROKEN/IGNORE/ (diff) |
Add oglext 1.0.2, a library for easier access to OpenGL extensions.
PR: 62297
Submitted by: Igor Pokrovsky <tiamat@comset.net>
Diffstat (limited to 'graphics/oglext/files/patch-src_Macros.h')
-rw-r--r-- | graphics/oglext/files/patch-src_Macros.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/oglext/files/patch-src_Macros.h b/graphics/oglext/files/patch-src_Macros.h new file mode 100644 index 000000000000..6557a788f92d --- /dev/null +++ b/graphics/oglext/files/patch-src_Macros.h @@ -0,0 +1,11 @@ +--- 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 |