summaryrefslogtreecommitdiff
path: root/graphics/gimp-app/files/patch-am
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
commitce5da22b7076167a515a6a0b602b22b67022e5ff (patch)
tree2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /graphics/gimp-app/files/patch-am
parentYipes, committed the wrong one. This is the INDEX file for 3.1R. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Notes
Notes: svn path=/head/; revision=16726 svn path=/tags/RELEASE_3_1_0/; revision=16727; tag=release/3.1.0
Diffstat (limited to 'graphics/gimp-app/files/patch-am')
-rw-r--r--graphics/gimp-app/files/patch-am19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/gimp-app/files/patch-am b/graphics/gimp-app/files/patch-am
deleted file mode 100644
index 368e279354da..000000000000
--- a/graphics/gimp-app/files/patch-am
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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>
-+#include <floatingpoint.h>
- #include <signal.h>
- #include <stdarg.h>
- #include <stdio.h>
-@@ -95,6 +96,8 @@
- }
-
- progname = argv[0];
-+
-+ fpsetmask(0);
-
- signal (SIGHUP, gimp_signal);
- signal (SIGINT, gimp_signal);