diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-07 19:50:10 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-09-09 15:27:40 +0200 |
commit | 7ccc3a13c26d05ea2b07a80c1a294499ffc973a9 (patch) | |
tree | 1cfb94df6d0b906e724d12bd34de611fd139adea /dev-perl/GSSAPI | |
parent | dev-perl/Email-Valid: remove unused patch. (diff) | |
download | gentoo-7ccc3a13c26d05ea2b07a80c1a294499ffc973a9.tar.gz gentoo-7ccc3a13c26d05ea2b07a80c1a294499ffc973a9.tar.bz2 gentoo-7ccc3a13c26d05ea2b07a80c1a294499ffc973a9.zip |
dev-perl/GSSAPI: remove unused patch.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-perl/GSSAPI')
-rw-r--r-- | dev-perl/GSSAPI/files/0.26-libs-parse.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-perl/GSSAPI/files/0.26-libs-parse.patch b/dev-perl/GSSAPI/files/0.26-libs-parse.patch deleted file mode 100644 index fa72cedaf04f..000000000000 --- a/dev-perl/GSSAPI/files/0.26-libs-parse.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- GSSAPI-0.26/Makefile.PL -+++ GSSAPI-0.26/Makefile.PL -@@ -267,7 +267,7 @@ - my ( $confstringstring ) = @_; - my (@libs, @others); - foreach ( split ' ', $confstringstring ) { -- if ( m/(-(Wl,-R|[LlR])[^ ]*)/) { -+ if ( m/(^-(Wl,-R|[LlR])[^ ]*)/) { - push @libs, $1 - } else { - push @others, $_; |