summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/PDL/files/PDL-2.4.3-PIC.patch')
-rw-r--r--dev-perl/PDL/files/PDL-2.4.3-PIC.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-perl/PDL/files/PDL-2.4.3-PIC.patch b/dev-perl/PDL/files/PDL-2.4.3-PIC.patch
new file mode 100644
index 000000000000..ee6db253e4c2
--- /dev/null
+++ b/dev-perl/PDL/files/PDL-2.4.3-PIC.patch
@@ -0,0 +1,11 @@
+--- Lib/Slatec/Makefile.PL 2007-09-11 18:30:14.000000000 +0200
++++ Lib/Slatec/Makefile.PL 2007-09-11 18:28:55.000000000 +0200
+@@ -136,7 +136,7 @@
+ ("
+
+ slatec/$_\$(OBJ_EXT): slatec/$_.f
+- $mycompiler -c $hack_64bit -o slatec/$_\$(OBJ_EXT) $mycflags slatec/$_.f
++ $mycompiler -c -fPIC -o slatec/$_\$(OBJ_EXT) $mycflags slatec/$_.f
+ " )} @slatecfiles;
+
+ }