aboutsummaryrefslogtreecommitdiff
path: root/games/gracer
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-03-11 23:39:00 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-03-11 23:39:00 +0000
commit6b1c307f3d4815a02528b85ff4d522af7dddddfd (patch)
treefce564a39c283892100229e435c90bc0ca84dcfd /games/gracer
parent62d3b1c1fc5917881b5ddbd7e85367d9ee8f0523 (diff)
downloadports-6b1c307f3d4815a02528b85ff4d522af7dddddfd.tar.gz
ports-6b1c307f3d4815a02528b85ff4d522af7dddddfd.zip
Notes
Diffstat (limited to 'games/gracer')
-rw-r--r--games/gracer/files/patch-ac10
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>