aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
+
+ }