freebsd-ports/math/PDL/files/patch-ab
Maxim Sobolev 1a959291f6 Upgrade the math/PDL port to the latest version 2.1.1. Correctly identify a
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>
2000-08-22 13:36:02 +00:00

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>