diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-09 20:31:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-09 20:31:14 +0000 |
commit | 9a368ae68f13a9f5416e27ac79644c157986e8cc (patch) | |
tree | 3b1f76e9ddd4c9d161634c15d9f81d24b8d48499 /hints | |
parent | b5b9f165df214cd14506c7e79b598983b710c986 (diff) | |
download | perl-9a368ae68f13a9f5416e27ac79644c157986e8cc.tar.gz |
NetBSD has <ieeefp.h> but hidden.
p4raw-id: //depot/perl@13561
Diffstat (limited to 'hints')
-rw-r--r-- | hints/netbsd.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/netbsd.sh b/hints/netbsd.sh index 7bd0a25c1d..ce852ce72d 100644 --- 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" |