summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/POSIX/Makefile.PL
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1998-09-09 13:10:47 +0000
committermarkm <markm@FreeBSD.org>1998-09-09 13:10:47 +0000
commit02d12b26cbcc864742890fef9b617df3364c2991 (patch)
tree9b2ab7a754bb3c26e7de594b4c7f1e7ff4f66373 /contrib/perl5/ext/POSIX/Makefile.PL
parentd2c322d7f61dcae76e6fc0f30d2c6d329e820691 (diff)
downloadFreeBSD-src-02d12b26cbcc864742890fef9b617df3364c2991.zip
FreeBSD-src-02d12b26cbcc864742890fef9b617df3364c2991.tar.gz
Minimalist fixes to make BMaked perl build.
Diffstat (limited to 'contrib/perl5/ext/POSIX/Makefile.PL')
-rw-r--r--contrib/perl5/ext/POSIX/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/perl5/ext/POSIX/Makefile.PL b/contrib/perl5/ext/POSIX/Makefile.PL
index bc1dda9..0218b8d 100644
--- a/contrib/perl5/ext/POSIX/Makefile.PL
+++ b/contrib/perl5/ext/POSIX/Makefile.PL
@@ -1,7 +1,7 @@
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'POSIX',
- ($^O eq 'MSWin32' ? () : (LIBS => ["-lm -lposix -lcposix"])),
+ (($^O eq 'MSWin32' || $^O eq 'freebsd') ? () : (LIBS => ["-lm -lposix -lcposix"])),
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
VERSION_FROM => 'POSIX.pm',
OpenPOWER on IntegriCloud