summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/POSIX
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-05-02 15:18:32 +0000
committermarkm <markm@FreeBSD.org>1999-05-02 15:18:32 +0000
commit8742766878414945d0cecb1457129302fabddd85 (patch)
tree33096f1dfde39267745e30df4ef65012c7888850 /contrib/perl5/ext/POSIX
parent4418c9ba633b0e845402d78aa862b0cdfc10741f (diff)
downloadFreeBSD-src-8742766878414945d0cecb1457129302fabddd85.zip
FreeBSD-src-8742766878414945d0cecb1457129302fabddd85.tar.gz
Merge conflicts. More elegant improvements will follow in a couple
of days.
Diffstat (limited to 'contrib/perl5/ext/POSIX')
-rw-r--r--contrib/perl5/ext/POSIX/Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/perl5/ext/POSIX/Makefile.PL b/contrib/perl5/ext/POSIX/Makefile.PL
index 0218b8d..d379fdb 100644
--- a/contrib/perl5/ext/POSIX/Makefile.PL
+++ b/contrib/perl5/ext/POSIX/Makefile.PL
@@ -1,8 +1,8 @@
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'POSIX',
- (($^O eq 'MSWin32' || $^O eq 'freebsd') ? () : (LIBS => ["-lm -lposix -lcposix"])),
- MAN3PODS => ' ', # Pods will be built by installman.
+ ($^O eq 'MSWin32' ? () : (LIBS => ["-lm -lposix -lcposix"])),
+ MAN3PODS => {}, # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
VERSION_FROM => 'POSIX.pm',
);
OpenPOWER on IntegriCloud