From a146f9f7848d39217915157f7208da0246ba6e38 Mon Sep 17 00:00:00 2001 From: Jeremy Lea Date: Thu, 24 Feb 2000 07:32:36 +0000 Subject: Merge the gimp1 and gimp1-i18n ports, and update to GIMP 1.1.17. PR: ports/16837, ports/16913 Reviewed by: maintainers --- graphics/gimp-devel/files/patch-am | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'graphics/gimp-devel/files/patch-am') diff --git a/graphics/gimp-devel/files/patch-am b/graphics/gimp-devel/files/patch-am index 368e279354da..530b1aaa081e 100644 --- a/graphics/gimp-devel/files/patch-am +++ b/graphics/gimp-devel/files/patch-am @@ -1,19 +1,20 @@ ---- 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 +--- libgimp/gimp.c.orig Mon Dec 6 14:44:39 1999 ++++ libgimp/gimp.c Sat Feb 19 13:51:36 2000 +@@ -26,6 +26,7 @@ + #include + #include + #include +#include - #include - #include - #include -@@ -95,6 +96,8 @@ + #ifdef HAVE_SYS_TIME_H + #include + #endif +@@ -186,6 +187,9 @@ } progname = argv[0]; + ++ /* Ignore floating point exceptions */ + fpsetmask(0); - signal (SIGHUP, gimp_signal); - signal (SIGINT, gimp_signal); + #ifndef G_OS_WIN32 + /* No use catching these on Win32, the user won't get any meaningful -- cgit v1.2.3