From: Jarkko Hietaniemi Date: Sun, 9 Dec 2001 20:31:14 +0000 (+0000) Subject: NetBSD has but hidden. X-Git-Tag: perl-5.7.3~1183 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/9a368ae68f13a9f5416e27ac79644c157986e8cc NetBSD has but hidden. p4raw-id: //depot/perl@13561 --- diff --git a/hints/netbsd.sh b/hints/netbsd.sh index 7bd0a25..ce852ce 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"