From 6fa2490cd3a8e70b22254f5ff0ec4b010cec9cc1 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Tue, 9 Dec 2008 08:14:27 +0000 Subject: Update PIC patch (#250335) (Portage version: 2.2_rc17/cvs/Linux 2.6.27-tuxonice i686) --- dev-perl/PDL/files/PDL-2.4.4-PIC.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-perl/PDL/files/PDL-2.4.4-PIC.patch (limited to 'dev-perl/PDL/files') 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; + + } -- cgit v1.2.3-65-gdbad