Hi, The patch file patch-ae adds the line:
fpsetmask(0);to main() in main.c. This function is depricated according to the man pages. If this functionality is still required the patch should be changed to add the line:
fedisableexcept(FE_ALL_EXCEPT); from the fenv function set to main(). -- phil _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"