aboutsummaryrefslogtreecommitdiffstats
path: root/math/PDL/files/patch-aa
blob: f9bc10c9fabd373664e68d40dbdd569eca1adac6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
--- 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,
@@ -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',
+             '-L/usr/X11R6/lib -lMesaGL -lMesaGLU -lGL -lGLU -lXext -lX11',
 	OPENGL_DEFINE => '',
- 	OPENGL_INC => '-I/usr/X11R6/include',
+ 	OPENGL_INC => '-I/usr/X11R6/include -I/usr/X11R6/include/GL',
 
 
 # Whether or not to build the Karma interface module
 
-        WITH_KARMA => undef,    # Leave it up to PDL to decide
+        WITH_KARMA => 0,    # Leave it up to PDL to decide
         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