X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Ffreebsd.sh;h=6a105fd170243e02e35fc4aefbe0147edec77065;hb=220a91308f6b34e49047b6c7b9ae54dc92ee2cad;hp=cc4835187908fb2bcebf51c85890c64b573cdd8d;hpb=8c3643f693c8bb4b90f29a7a6e774bea2d50df53;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/freebsd.sh b/hints/freebsd.sh index cc48351..6a105fd 100644 --- a/hints/freebsd.sh +++ b/hints/freebsd.sh @@ -123,6 +123,7 @@ case "$osvers" in 0*|1*|2*|3*) ;; *) + ccflags="${ccflags} -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H" if /usr/bin/file -L /usr/lib/libc.so | /usr/bin/grep -vq "not stripped" ; then usenm=false fi @@ -187,7 +188,8 @@ EOM POSIX threads are not supported well by FreeBSD $osvers. Please consider upgrading to at least FreeBSD 2.2.8, -or preferably to 3.something. +or preferably to the most recent -RELEASE or -STABLE +version (see http://www.freebsd.org/releases/). (While 2.2.7 does have pthreads, it has some problems with the combination of threads and pipes and therefore