diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-07 19:58:58 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-09-09 15:27:40 +0200 |
commit | 3aef68f3fb72e28cd76842689e217e103151e1df (patch) | |
tree | 196b7e934bd22ca8e26c058ce1a429a20a1537b0 /dev-perl/PDL | |
parent | dev-perl/MP3-Tag: remove unused patch. (diff) | |
download | gentoo-3aef68f3fb72e28cd76842689e217e103151e1df.tar.gz gentoo-3aef68f3fb72e28cd76842689e217e103151e1df.tar.bz2 gentoo-3aef68f3fb72e28cd76842689e217e103151e1df.zip |
dev-perl/PDL: remove unused patches.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-perl/PDL')
-rw-r--r-- | dev-perl/PDL/files/PDL-2.4.3-PIC.patch | 11 | ||||
-rw-r--r-- | dev-perl/PDL/files/PDL-2.4.4-PIC.patch | 22 |
2 files changed, 0 insertions, 33 deletions
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 index ee6db253e4c2..000000000000 --- a/dev-perl/PDL/files/PDL-2.4.3-PIC.patch +++ /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 index a0087c9f5edd..000000000000 --- a/dev-perl/PDL/files/PDL-2.4.4-PIC.patch +++ /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; - - } |