aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimp-app-devel/files
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2000-05-20 05:14:20 +0800
committerjim <jim@FreeBSD.org>2000-05-20 05:14:20 +0800
commit4909805939d4804bbd558abe5a645c2a3b4042b6 (patch)
tree32e14fdaa4ac9238e285fe1448d7866ee1d7fed6 /graphics/gimp-app-devel/files
parent81af520c80799ec81da2a5f6997bc0ed0c1dcefc (diff)
downloadfreebsd-ports-gnome-4909805939d4804bbd558abe5a645c2a3b4042b6.tar.gz
freebsd-ports-gnome-4909805939d4804bbd558abe5a645c2a3b4042b6.tar.zst
freebsd-ports-gnome-4909805939d4804bbd558abe5a645c2a3b4042b6.zip
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.
Diffstat (limited to 'graphics/gimp-app-devel/files')
-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));
+