summaryrefslogtreecommitdiffstats
path: root/math/PDL/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-04-03 02:13:53 +0000
committersteve <steve@FreeBSD.org>1999-04-03 02:13:53 +0000
commited19a378c2049b9e2fc6633ef2036f9ffdf9b7b9 (patch)
tree911558d9a3dd75b96058dfcec8a61175d293e9b9 /math/PDL/files
parent083f0024a7a44d4b69cc6aa728a593ce773d1fc7 (diff)
downloadFreeBSD-ports-ed19a378c2049b9e2fc6633ef2036f9ffdf9b7b9.zip
FreeBSD-ports-ed19a378c2049b9e2fc6633ef2036f9ffdf9b7b9.tar.gz
Import of PDL version 2.0.
The Perl Data Language. PR: 9984 Submitted by: Anton Berezin <tobez@plab.ku.dk>
Diffstat (limited to 'math/PDL/files')
-rw-r--r--math/PDL/files/patch-aa29
1 files changed, 29 insertions, 0 deletions
diff --git a/math/PDL/files/patch-aa b/math/PDL/files/patch-aa
new file mode 100644
index 0000000..e0d2674
--- /dev/null
+++ b/math/PDL/files/patch-aa
@@ -0,0 +1,29 @@
+--- perldl.conf.orig Mon Feb 8 18:21:45 1999
++++ perldl.conf Mon Feb 8 20:04:29 1999
+@@ -14,7 +14,7 @@
+ # 0 -> don't use
+ # true -> force use
+
+- WITH_POSIX_THREADS => undef,
++ WITH_POSIX_THREADS => 0,
+
+ # Try to build Graphics/TriD
+ WITH_3D => 1,
+@@ -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
++ WITH_KARMA => 0, # Leave it up to PDL to decide
+ WHERE_KARMA => undef, # Can specific explicit directory location
+
+ # Whether or not to build the PDL::Slatec module
OpenPOWER on IntegriCloud