1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add a #define GL_GLEXT_LEGACY, required by the gl.h from XFree86 4.3.0.

Approved by:	portmgr
This commit is contained in:
Eric Anholt 2003-03-11 23:39:00 +00:00
parent 62d3b1c1fc
commit 6b1c307f3d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77105

View File

@ -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>