summaryrefslogtreecommitdiff
path: root/lang/perl5/patches
diff options
context:
space:
mode:
authorbad <bad>1999-07-02 15:35:14 +0000
committerbad <bad>1999-07-02 15:35:14 +0000
commit11c120855981b49fe39521e5cc0fbbad8406f2da (patch)
tree004dee3edf3399c3269a1cb14fdfb96d87b7d5f7 /lang/perl5/patches
parentfc7f868f9bd7980eea6a786319e1ebb4cae465e9 (diff)
downloadpkgsrc-11c120855981b49fe39521e5cc0fbbad8406f2da.tar.gz
Don't bother to pull in -lposix for the POSIX module. It contains nothing
of interest to this module.
Diffstat (limited to 'lang/perl5/patches')
-rw-r--r--lang/perl5/patches/patch-aj13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/perl5/patches/patch-aj b/lang/perl5/patches/patch-aj
new file mode 100644
index 00000000000..e4656390742
--- /dev/null
+++ b/lang/perl5/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 1999/07/02 15:35:14 bad Exp $
+
+--- ext/POSIX/Makefile.PL.orig Mon Jun 24 16:25:03 1996
++++ ext/POSIX/Makefile.PL Thu Jul 1 18:46:41 1999
+@@ -1,7 +1,7 @@
+ use ExtUtils::MakeMaker;
+ WriteMakefile(
+ NAME => 'POSIX',
+- LIBS => ["-lm -lposix -lcposix"],
++ LIBS => ["-lm"],
+ MAN3PODS => ' ', # Pods will be built by installman.
+ XSPROTOARG => '-noprototypes', # XXX remove later?
+ VERSION_FROM => 'POSIX.pm',