dev-perl/PDL: remove unused patches.
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Wed, 7 Sep 2016 17:58:58 +0000 (19:58 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 9 Sep 2016 13:27:40 +0000 (15:27 +0200)
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-perl/PDL/files/PDL-2.4.3-PIC.patch [deleted file]
dev-perl/PDL/files/PDL-2.4.4-PIC.patch [deleted file]

diff --git a/dev-perl/PDL/files/PDL-2.4.3-PIC.patch b/dev-perl/PDL/files/PDL-2.4.3-PIC.patch
deleted file mode 100644 (file)
index ee6db25..0000000
+++ /dev/null
@@ -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;
-  
- }
diff --git a/dev-perl/PDL/files/PDL-2.4.4-PIC.patch b/dev-perl/PDL/files/PDL-2.4.4-PIC.patch
deleted file mode 100644 (file)
index a0087c9..0000000
+++ /dev/null
@@ -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;
-  
- }