FreeBSD Port: dia-0.96.1_6,1

Phillip Neiswanger sigsegv0 at gmail.com
Fri Aug 29 14:56:01 UTC 2008


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


More information about the freebsd-ports mailing list