diff options
author | anholt <anholt@FreeBSD.org> | 2003-03-12 07:39:00 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-03-12 07:39:00 +0800 |
commit | e92666d80a70b499c502f21b37d5bbd8f2e2bdc1 (patch) | |
tree | c7634bf658f80c42d359381af05b19502fcf9df5 | |
parent | d580e8aa85f6c754681443742699cb344fd34220 (diff) | |
download | freebsd-ports-gnome-e92666d80a70b499c502f21b37d5bbd8f2e2bdc1.tar.gz freebsd-ports-gnome-e92666d80a70b499c502f21b37d5bbd8f2e2bdc1.tar.zst freebsd-ports-gnome-e92666d80a70b499c502f21b37d5bbd8f2e2bdc1.zip |
Add a #define GL_GLEXT_LEGACY, required by the gl.h from XFree86 4.3.0.
Approved by: portmgr
-rw-r--r-- | games/gracer/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/gracer/files/patch-ac b/games/gracer/files/patch-ac new file mode 100644 index 000000000000..3f189f51949b --- /dev/null +++ b/games/gracer/files/patch-ac @@ -0,0 +1,10 @@ +--- src/glbind.c.orig Mon Mar 10 15:31:50 2003 ++++ src/glbind.c Mon Mar 10 15:31:52 2003 +@@ -20,6 +20,7 @@ + */ + + #include <unistd.h> ++#define GL_GLEXT_LEGACY + #include <GL/gl.h> + #include <GL/glut.h> + #include <string.h> |