diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
commit | 70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch) | |
tree | 14c35099cfb4f4257c5e0b8e589d530fcb829468 /graphics/gimp-devel/files/patch-am | |
parent | f667b39b3c0614d5aeb9bcb4bac4a4b222408185 (diff) |
Notes
Diffstat (limited to 'graphics/gimp-devel/files/patch-am')
-rw-r--r-- | graphics/gimp-devel/files/patch-am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/gimp-devel/files/patch-am b/graphics/gimp-devel/files/patch-am deleted file mode 100644 index 1ab114f461a2..000000000000 --- a/graphics/gimp-devel/files/patch-am +++ /dev/null @@ -1,20 +0,0 @@ ---- libgimp/gimp.c.orig Fri May 12 12:37:27 2000 -+++ libgimp/gimp.c Thu May 18 16:42:21 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> -@@ -211,6 +212,9 @@ - } - - progname = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - g_set_prgname (g_basename (progname)); - |