--- libgimp/gimp.c.orig Fri May 12 12:37:27 2000 +++ libgimp/gimp.c Thu May 18 16:42:21 2000 @@ -26,6 +26,7 @@ #include #include #include +#include #ifdef HAVE_SYS_TIME_H #include @@ -211,6 +212,9 @@ } progname = argv[0]; + + /* Ignore floating point exceptions */ + fpsetmask(0); g_set_prgname (g_basename (progname)); -ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add patch to fix build. (bad imake target)nox2011-04-022-2/+11
* - Mark BROKEN: does not build with new Xorgpav2011-03-011-0/+2
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091-1/+2