aboutsummaryrefslogtreecommitdiff
path: root/math/PDL/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-08-22 13:36:02 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-08-22 13:36:02 +0000
commit1a959291f67ac53bf9ce3f7d00366453e2344b97 (patch)
treefcca2adda689628984002a5280828dd7805a729e /math/PDL/files
parent95df0eedfec0d9f3fb046ffd2d01165aa2b70c65 (diff)
Notes
Diffstat (limited to 'math/PDL/files')
-rw-r--r--math/PDL/files/patch-aa25
-rw-r--r--math/PDL/files/patch-ab10
2 files changed, 27 insertions, 8 deletions
diff --git a/math/PDL/files/patch-aa b/math/PDL/files/patch-aa
index 5c9d66f74449..f9bc10c9fabd 100644
--- a/math/PDL/files/patch-aa
+++ b/math/PDL/files/patch-aa
@@ -1,23 +1,23 @@
---- perldl.conf.orig Tue Apr 4 12:38:33 2000
-+++ perldl.conf Tue Apr 4 12:39:29 2000
-@@ -14,7 +14,7 @@
- # 0 -> don't use
- # true -> force use
+--- perldl.conf.orig Sat Apr 22 01:34:00 2000
++++ perldl.conf Mon Jun 26 01:36:12 2000
+@@ -27,7 +27,7 @@
+ # define => '',
+ # },
- WITH_POSIX_THREADS => undef,
+ WITH_POSIX_THREADS => 0,
# Try to build Graphics/TriD
WITH_3D => undef,
-@@ -22,14 +22,14 @@
+@@ -35,14 +35,14 @@
# You can use e.g. '-lMesaGL -lMesaGLU' with the correct -L directory
# to use Mesa.
OPENGL_LIBS =>
- '-L/usr/X11R6/lib -L/usr/lib/mesa -lMesaGL -lMesaGLU -lGL -lGLU -lXext -lX11',
-+ '%%LIBPATH%% -lMesaGL -lMesaGLU -lGL -lGLU -lXext -lX11',
++ '-L/usr/X11R6/lib -lMesaGL -lMesaGLU -lGL -lGLU -lXext -lX11',
OPENGL_DEFINE => '',
- OPENGL_INC => '-I/usr/X11R6/include',
-+ OPENGL_INC => '%%INCPATH%%',
++ OPENGL_INC => '-I/usr/X11R6/include -I/usr/X11R6/include/GL',
# Whether or not to build the Karma interface module
@@ -27,3 +27,12 @@
WHERE_KARMA => undef, # you may explicitly specify directory location
# Whether or not to build the PDL::Slatec module
+@@ -61,7 +61,7 @@
+ # Location to search for the GSL libs
+ GSL_LIBS => [ '/lib','/usr/lib','/usr/local/lib'],
+ # Location to find GSL includes:
+- GSL_INC => '-I/usr/local/include ',
++ GSL_INC => '-I/usr/local/include/gsl -I/usr/local/include ',
+
+
+ # Whether or not to build the PDL::FFTW module
diff --git a/math/PDL/files/patch-ab b/math/PDL/files/patch-ab
new file mode 100644
index 000000000000..717649f1f6ac
--- /dev/null
+++ b/math/PDL/files/patch-ab
@@ -0,0 +1,10 @@
+--- 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>