diff options
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" |