Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
tove 08/12/09 08:14:26
Added: PDL-2.4.4-PIC.patch
Log:
Update PIC patch (#250335)
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-tuxonice i686)
Revision Changes Path
1.1 dev-perl/PDL/files/PDL-2.4.4-PIC.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/files/PDL-2.4.4-PIC.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/files/PDL-2.4.4-PIC.patch?rev=1.1&content-type=text/plain
Index: PDL-2.4.4-PIC.patch
===================================================================
--- 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;
}
|
|