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
commite2ec83bb74d211948c32d962c5d006dcd5dbd80f (patch)
tree3b1f76e9ddd4c9d161634c15d9f81d24b8d48499 /hints
parent7178cc86cf4993373ed93a82d2266c838608c467 (diff)
downloadperl-e2ec83bb74d211948c32d962c5d006dcd5dbd80f.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"