diff options
author | Torsten Veller <tove@gentoo.org> | 2008-12-09 08:14:27 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-12-09 08:14:27 +0000 |
commit | 6fa2490cd3a8e70b22254f5ff0ec4b010cec9cc1 (patch) | |
tree | a780a17f6194055cbf3d90205f3fd070812282e3 /dev-perl/PDL/files | |
parent | Version bump, fixes 2 crashes, and the status message now updates properly (diff) | |
download | gentoo-2-6fa2490cd3a8e70b22254f5ff0ec4b010cec9cc1.tar.gz gentoo-2-6fa2490cd3a8e70b22254f5ff0ec4b010cec9cc1.tar.bz2 gentoo-2-6fa2490cd3a8e70b22254f5ff0ec4b010cec9cc1.zip |
Update PIC patch (#250335)
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-tuxonice i686)
Diffstat (limited to 'dev-perl/PDL/files')
-rw-r--r-- | dev-perl/PDL/files/PDL-2.4.4-PIC.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/PDL/files/PDL-2.4.4-PIC.patch b/dev-perl/PDL/files/PDL-2.4.4-PIC.patch new file mode 100644 index 000000000000..a0087c9f5edd --- /dev/null +++ b/dev-perl/PDL/files/PDL-2.4.4-PIC.patch @@ -0,0 +1,22 @@ +--- Lib/Minuit/Makefile.PL ++++ Lib/Minuit/Makefile.PL +@@ -149,7 +149,7 @@ + (" + + minuitlib/$_\$(OBJ_EXT): minuitlib/$_.f +- $mycompiler -c $hack_64bit -o minuitlib/$_\$(OBJ_EXT) $mycflags minuitlib/$_.f ++ $mycompiler -c -fPIC -o minuitlib/$_\$(OBJ_EXT) $mycflags minuitlib/$_.f + " )} @minuitfiles; + + if (!defined($PDL::Config{MINUIT_LIB})){ +--- Lib/Slatec/Makefile.PL ++++ Lib/Slatec/Makefile.PL +@@ -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; + + } |