aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-29 08:43:14 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-29 08:43:14 +0000
commitd6d42ac6d42e6a43c3484e674ff75cdfe6cb1cf8 (patch)
tree975cd0fc6f0410de9cfb4b3aca46346149212ff1 /math
parenta542f04eedf3cd4b1fec558e1766bb6613881dba (diff)
downloadports-d6d42ac6d42e6a43c3484e674ff75cdfe6cb1cf8.tar.gz
ports-d6d42ac6d42e6a43c3484e674ff75cdfe6cb1cf8.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/PDL/files/patch-Lib::Slatec::Makefile.PL11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/PDL/files/patch-Lib::Slatec::Makefile.PL b/math/PDL/files/patch-Lib::Slatec::Makefile.PL
new file mode 100644
index 000000000000..3f8804ae18d5
--- /dev/null
+++ b/math/PDL/files/patch-Lib::Slatec::Makefile.PL
@@ -0,0 +1,11 @@
+--- Lib/Slatec/Makefile.PL.orig Mon Mar 29 00:20:18 2004
++++ Lib/Slatec/Makefile.PL Mon Mar 29 00:19:57 2004
+@@ -118,7 +118,7 @@
+ ("
+
+ slatec/$_\$(OBJ_EXT): slatec/$_.f
+- $mycompiler -c -o slatec/$_\$(OBJ_EXT) $mycflags slatec/$_.f
++ $mycompiler -c -fPIC -o slatec/$_\$(OBJ_EXT) $mycflags slatec/$_.f
+ " )} @slatecfiles;
+
+ }