2000-04-30 19:54:39 +00:00
|
|
|
--- perldl.conf.orig Tue Apr 4 12:38:33 2000
|
|
|
|
+++ perldl.conf Tue Apr 4 12:39:29 2000
|
1999-04-03 02:13:53 +00:00
|
|
|
@@ -14,7 +14,7 @@
|
|
|
|
# 0 -> don't use
|
|
|
|
# true -> force use
|
|
|
|
|
|
|
|
- WITH_POSIX_THREADS => undef,
|
2000-04-30 19:54:39 +00:00
|
|
|
+ WITH_POSIX_THREADS => 0,
|
1999-04-03 02:13:53 +00:00
|
|
|
|
|
|
|
# Try to build Graphics/TriD
|
2000-04-30 19:54:39 +00:00
|
|
|
WITH_3D => undef,
|
1999-04-03 02:13:53 +00:00
|
|
|
@@ -22,14 +22,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',
|
|
|
|
OPENGL_DEFINE => '',
|
|
|
|
- OPENGL_INC => '-I/usr/X11R6/include',
|
|
|
|
+ OPENGL_INC => '%%INCPATH%%',
|
|
|
|
|
|
|
|
|
|
|
|
# Whether or not to build the Karma interface module
|
|
|
|
|
|
|
|
- WITH_KARMA => undef, # Leave it up to PDL to decide
|
2000-04-30 19:54:39 +00:00
|
|
|
+ WITH_KARMA => 0, # Leave it up to PDL to decide
|
|
|
|
WHERE_KARMA => undef, # you may explicitly specify directory location
|
1999-04-03 02:13:53 +00:00
|
|
|
|
|
|
|
# Whether or not to build the PDL::Slatec module
|