summaryrefslogtreecommitdiff
path: root/graphics/gimp-devel/files/patch-am
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-24 18:42:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-24 18:42:38 +0000
commit3ee7c5c2fec3b09a24ba0ea16a630644bc87778b (patch)
tree37b284205660551f230649c9800c89f18490d93d /graphics/gimp-devel/files/patch-am
parent- Fix python plugin: it expects a png logo, which is not included (diff)
- Remove gimp-devel for now, 2.2 is stable
Notes
Notes: svn path=/head/; revision=125083
Diffstat (limited to 'graphics/gimp-devel/files/patch-am')
-rw-r--r--graphics/gimp-devel/files/patch-am19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/gimp-devel/files/patch-am b/graphics/gimp-devel/files/patch-am
deleted file mode 100644
index 45c58cbe59fe..000000000000
--- a/graphics/gimp-devel/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));