This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5b9f16
)
NetBSD has <ieeefp.h> but hidden.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 9 Dec 2001 20:31:14 +0000
(20:31 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 9 Dec 2001 20:31:14 +0000
(20:31 +0000)
p4raw-id: //depot/perl@13561
hints/netbsd.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/netbsd.sh
b/hints/netbsd.sh
index
7bd0a25
..
ce852ce
100644
(file)
--- a/
hints/netbsd.sh
+++ b/
hints/netbsd.sh
@@
-66,6
+66,9
@@
esac
# Pre-empt the /usr/bin/perl question of installperl.
installusrbinperl='n'
+# This is there but in machine/ieeefp_h.
+ieeefp_h="define"
+
# Recognize the NetBSD packages collection.
# GDBM might be here.
test -d /usr/pkg/lib && loclibpth="$loclibpth /usr/pkg/lib"