diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-02-24 07:32:36 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-02-24 07:32:36 +0000 |
commit | a146f9f7848d39217915157f7208da0246ba6e38 (patch) | |
tree | b9a17da8af59cbffb2addc3db8548a16efbad135 /graphics/gimpshop/files/patch-am | |
parent | 2a9150bf375ae8c82e10edcdb147e7ab10e731d4 (diff) |
Merge the gimp1 and gimp1-i18n ports, and update to GIMP 1.1.17.
PR: ports/16837, ports/16913
Reviewed by: maintainers
Notes
Notes:
svn path=/head/; revision=26246
Diffstat (limited to 'graphics/gimpshop/files/patch-am')
-rw-r--r-- | graphics/gimpshop/files/patch-am | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/graphics/gimpshop/files/patch-am b/graphics/gimpshop/files/patch-am index 368e279354da..530b1aaa081e 100644 --- a/graphics/gimpshop/files/patch-am +++ b/graphics/gimpshop/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 <errno.h> +--- 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 <stdlib.h> + #include <string.h> + #include <sys/types.h> +#include <floatingpoint.h> - #include <signal.h> - #include <stdarg.h> - #include <stdio.h> -@@ -95,6 +96,8 @@ + #ifdef HAVE_SYS_TIME_H + #include <sys/time.h> + #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 |