diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-17 02:18:05 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-17 02:18:05 +0000 |
commit | 6c59170bca7b079bb699aa4fe6a5bf790e0dea6e (patch) | |
tree | 83a5fb38fba33a2f9e88f2df143b28d6ebc3b483 /graphics/gimp-app/files/patch-am | |
parent | ed96f675f6237d0c1e5833f08538c03471943fdb (diff) |
Diffstat (limited to 'graphics/gimp-app/files/patch-am')
-rw-r--r-- | graphics/gimp-app/files/patch-am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/gimp-app/files/patch-am b/graphics/gimp-app/files/patch-am deleted file mode 100644 index 530b1aaa081e..000000000000 --- a/graphics/gimp-app/files/patch-am +++ /dev/null @@ -1,20 +0,0 @@ ---- 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> - #ifdef HAVE_SYS_TIME_H - #include <sys/time.h> - #endif -@@ -186,6 +187,9 @@ - } - - progname = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - #ifndef G_OS_WIN32 - /* No use catching these on Win32, the user won't get any meaningful |