summaryrefslogtreecommitdiff
path: root/graphics/gimp-devel/files/patch-am
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2004-11-18 09:55:04 +0000
committerKoop Mast <kwm@FreeBSD.org>2004-11-18 09:55:04 +0000
commit0755df96819f898e5d138feb743350ce9cf955bf (patch)
tree73bf6850a4e62a3b9fd25cbabfbc05b8b6b85cf5 /graphics/gimp-devel/files/patch-am
parentAdd annotation to describe which releases are affected by this problem (diff)
Resurrect gimp-devel and update to version 2.2.pre1.
Approved by: pav (mentor)
Notes
Notes: svn path=/head/; revision=121859
Diffstat (limited to 'graphics/gimp-devel/files/patch-am')
-rw-r--r--graphics/gimp-devel/files/patch-am19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/gimp-devel/files/patch-am b/graphics/gimp-devel/files/patch-am
new file mode 100644
index 000000000000..45c58cbe59fe
--- /dev/null
+++ b/graphics/gimp-devel/files/patch-am
@@ -0,0 +1,19 @@
+--- 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 <stdlib.h>
+ #include <string.h>
+ #include <sys/types.h>
++#include <floatingpoint.h>
+
+ #ifdef HAVE_SYS_TIME_H
+ #include <sys/time.h>
+@@ -211,6 +212,9 @@
+ }
+
+ progname = argv[0];
++
++ /* Ignore floating point exceptions */
++ fpsetmask(0);
+
+ g_set_prgname (g_basename (progname));