summaryrefslogtreecommitdiff
path: root/graphics/gimpshop/files/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimpshop/files/patch-am')
-rw-r--r--graphics/gimpshop/files/patch-am19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/gimpshop/files/patch-am b/graphics/gimpshop/files/patch-am
new file mode 100644
index 000000000000..e11f7845ba1b
--- /dev/null
+++ b/graphics/gimpshop/files/patch-am
@@ -0,0 +1,19 @@
+--- libgimp/gimp.c.orig Sun Apr 12 22:40:51 1998
++++ libgimp/gimp.c Sun May 17 11:00:26 1998
+@@ -19,6 +19,7 @@
+ #include "config.h"
+
+ #include <errno.h>
++#include <floatingpoint.h>
+ #include <signal.h>
+ #include <stdarg.h>
+ #include <stdio.h>
+@@ -84,6 +85,8 @@
+ }
+
+ progname = argv[0];
++
++ fpsetmask(0);
+
+ signal (SIGHUP, gimp_signal);
+ signal (SIGINT, gimp_signal);