summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-09-07 19:50:10 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-09-09 15:27:40 +0200
commit7ccc3a13c26d05ea2b07a80c1a294499ffc973a9 (patch)
tree1cfb94df6d0b906e724d12bd34de611fd139adea /dev-perl/GSSAPI
parentdev-perl/Email-Valid: remove unused patch. (diff)
downloadgentoo-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.patch11
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, $_;