mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-perl/PDL: remove unused patches.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
committed by
Patrice Clement
parent
3ecd33426f
commit
3aef68f3fb
@@ -1,11 +0,0 @@
|
||||
--- 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;
|
||||
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
--- 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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user