summaryrefslogtreecommitdiff
path: root/net/p5-Socket6/patches
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-02-25 20:39:20 +0000
committersno <sno@pkgsrc.org>2009-02-25 20:39:20 +0000
commit838940cc47288d4575b17e1bffa2a3918ebb545e (patch)
treeb1d154a04023d7d95c39611eb4a816d43fd10490 /net/p5-Socket6/patches
parent336c284e13d00ed46a47e2b1e7d5a24043ad4c25 (diff)
downloadpkgsrc-838940cc47288d4575b17e1bffa2a3918ebb545e.tar.gz
- Fix build problems on any platform, where perl isn't compiled using the
compiler provided in ${CC} according to RT #14372 - tell the "right" compiler to use on AIX when PKGSRC_COMPILER=xlc
Diffstat (limited to 'net/p5-Socket6/patches')
-rw-r--r--net/p5-Socket6/patches/patch-aa10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/p5-Socket6/patches/patch-aa b/net/p5-Socket6/patches/patch-aa
new file mode 100644
index 00000000000..a88bbd73e46
--- /dev/null
+++ b/net/p5-Socket6/patches/patch-aa
@@ -0,0 +1,10 @@
+--- Makefile.PL.orig 2008-11-14 20:14:49.000000000 +0100
++++ Makefile.PL 2008-11-14 20:15:01.000000000 +0100
+@@ -46,7 +46,6 @@
+ MAN3PODS => {}, # Pods will be built by installman.
+ XSPROTOARG => '-noprototypes', # XXX remove later?
+ PM => {'Socket6.pm' => '$(INST_LIBDIR)/Socket6.pm'},
+- CONFIGURE => sub { { CC => "${cc}" } },
+ LIBS => ["${libs}"],
+ realclean => {FILES => 'config.cache config.h config.log config.pl config.status gailookup.pl'},
+ );