diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-03-11 23:39:00 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-03-11 23:39:00 +0000 |
commit | 6b1c307f3d4815a02528b85ff4d522af7dddddfd (patch) | |
tree | fce564a39c283892100229e435c90bc0ca84dcfd /games | |
parent | Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-devel (diff) |
Add a #define GL_GLEXT_LEGACY, required by the gl.h from XFree86 4.3.0.
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=77105
Diffstat (limited to '')
-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> |