aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel/files/patch-am
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2000-05-19 21:14:20 +0000
committerJim Mock <jim@FreeBSD.org>2000-05-19 21:14:20 +0000
commit3d3e80a22e77ca5939ad8bbfb9edcfed05d0f3fb (patch)
tree86bccb314a5b79652bd88c4da839df006d82a198 /graphics/gimp-app-devel/files/patch-am
parent44d3fa4c901c318b5c4272ee4e76d16795528990 (diff)
Update to version 1.1.22. From the information I have, vanilla might not
have a vacation for a while, so I figured I wouldn't let this get stale if that's the case.
Notes
Notes: svn path=/head/; revision=28613
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-am')
-rw-r--r--graphics/gimp-app-devel/files/patch-am12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gimp-app-devel/files/patch-am b/graphics/gimp-app-devel/files/patch-am
index 530b1aaa081e..1ab114f461a2 100644
--- a/graphics/gimp-app-devel/files/patch-am
+++ b/graphics/gimp-app-devel/files/patch-am
@@ -1,14 +1,14 @@
---- libgimp/gimp.c.orig Mon Dec 6 14:44:39 1999
-+++ libgimp/gimp.c Sat Feb 19 13:51:36 2000
+--- 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>
- #endif
-@@ -186,6 +187,9 @@
+@@ -211,6 +212,9 @@
}
progname = argv[0];
@@ -16,5 +16,5 @@
+ /* Ignore floating point exceptions */
+ fpsetmask(0);
- #ifndef G_OS_WIN32
- /* No use catching these on Win32, the user won't get any meaningful
+ g_set_prgname (g_basename (progname));
+