forked from Lainports/freebsd-ports
couple of LIB_DEPENDS as such, and add a KITCHEN_SINK dependency on the GSL math libraries. PR: 19517 Submitted by: Brian Handy <handy@physics.montana.edu>
10 lines
260 B
Text
10 lines
260 B
Text
--- Graphics/TriD/OpenGL/OpenGL.xs 2000/08/22 11:50:22 1.1
|
|
+++ Graphics/TriD/OpenGL/OpenGL.xs 2000/08/22 11:50:34
|
|
@@ -5,6 +5,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
+#define GL_GLEXT_LEGACY
|
|
#include <GL/gl.h>
|
|
#include <GL/glx.h>
|
|
#include <GL/glu.h>
|