summaryrefslogtreecommitdiff
path: root/graphics/gimp-app/files/patch-am
blob: 368e279354dafba2a8fc723446de5b8becdee427 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- libgimp/gimp.c.orig	Tue Sep 29 22:35:20 1998
+++ libgimp/gimp.c	Tue Sep 29 22:36:00 1998
@@ -19,6 +19,7 @@
 #include "config.h"
 
 #include <errno.h>
+#include <floatingpoint.h>
 #include <signal.h>
 #include <stdarg.h>
 #include <stdio.h>
@@ -95,6 +96,8 @@
     }
 
   progname = argv[0];
+
+  fpsetmask(0);
 
   signal (SIGHUP, gimp_signal);
   signal (SIGINT, gimp_signal);