summaryrefslogtreecommitdiff
path: root/net/p5-Net-Z3950/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-Z3950/files/patch-Makefile.PL')
-rw-r--r--net/p5-Net-Z3950/files/patch-Makefile.PL11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/p5-Net-Z3950/files/patch-Makefile.PL b/net/p5-Net-Z3950/files/patch-Makefile.PL
deleted file mode 100644
index 057758f42c36..000000000000
--- a/net/p5-Net-Z3950/files/patch-Makefile.PL
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.PL.orig 2007-10-30 15:18:30.000000000 -0700
-+++ Makefile.PL 2007-10-30 15:18:48.000000000 -0700
-@@ -6,7 +6,7 @@
- # my $yazconf = "/home/me/stuff/yaz-2.0.4/yaz-config";
-
- my $yazconf = "yaz-config";
--my $yazinc = `$yazconf --cflags`;
-+my $yazinc = `$yazconf --cflags | sed 's/ -pthread / /'`;
- my $yazlibs = `$yazconf --libs`;
- if (!$yazinc || !$yazlibs) {
- die "ERROR: Unable to call script 'yaz-config': is YAZ installed?";