1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/gimp1/files/patch-am
1998-09-30 14:52:27 +00:00

20 lines
381 B
Plaintext

--- 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);