summaryrefslogtreecommitdiff
path: root/lang/perl5/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5/patches/patch-aj')
-rw-r--r--lang/perl5/patches/patch-aj12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/perl5/patches/patch-aj b/lang/perl5/patches/patch-aj
index e4656390742..58bae93315c 100644
--- a/lang/perl5/patches/patch-aj
+++ b/lang/perl5/patches/patch-aj
@@ -1,13 +1,13 @@
-$NetBSD: patch-aj,v 1.1 1999/07/02 15:35:14 bad Exp $
+$NetBSD: patch-aj,v 1.2 2000/01/17 03:07:11 christos Exp $
---- ext/POSIX/Makefile.PL.orig Mon Jun 24 16:25:03 1996
-+++ ext/POSIX/Makefile.PL Thu Jul 1 18:46:41 1999
+--- ext/POSIX/Makefile.PL.orig Thu Nov 26 21:13:25 1998
++++ ext/POSIX/Makefile.PL Sun Jan 16 21:37:36 2000
@@ -1,7 +1,7 @@
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'POSIX',
-- LIBS => ["-lm -lposix -lcposix"],
-+ LIBS => ["-lm"],
- MAN3PODS => ' ', # Pods will be built by installman.
+- ($^O eq 'MSWin32' ? () : (LIBS => ["-lm -lposix -lcposix"])),
++ ($^O eq 'MSWin32' ? () : (LIBS => ["-lm"])),
+ MAN3PODS => {}, # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
VERSION_FROM => 'POSIX.pm',