summaryrefslogtreecommitdiff
path: root/graphics/gimp1/files/patch-am
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-09-16 17:34:46 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-09-16 17:34:46 +0000
commit041e56613cab613e59a1a058b26e69931ac87d41 (patch)
treeb09c4456bb735e8e96449410f26db3b435cca459 /graphics/gimp1/files/patch-am
parent- Update to 1.3.2 (diff)
Retire print/gimp-print, graphics/gimp1, and graphics/gimp-pmosaic
Notes
Notes: svn path=/head/; revision=199568
Diffstat (limited to 'graphics/gimp1/files/patch-am')
-rw-r--r--graphics/gimp1/files/patch-am19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/gimp1/files/patch-am b/graphics/gimp1/files/patch-am
deleted file mode 100644
index 45c58cbe59fe..000000000000
--- a/graphics/gimp1/files/patch-am
+++ /dev/null
@@ -1,19 +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));