summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-09 20:31:14 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-09 20:31:14 +0000
commit9a368ae68f13a9f5416e27ac79644c157986e8cc (patch)
tree3b1f76e9ddd4c9d161634c15d9f81d24b8d48499 /hints
parentb5b9f165df214cd14506c7e79b598983b710c986 (diff)
downloadperl-9a368ae68f13a9f5416e27ac79644c157986e8cc.tar.gz
NetBSD has <ieeefp.h> but hidden.
p4raw-id: //depot/perl@13561
Diffstat (limited to 'hints')
-rw-r--r--hints/netbsd.sh3
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"