diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-06 16:58:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-06 16:58:40 +0000 |
commit | 7403c2c9a41cfdca1b431dec36fa6f323dcaf45d (patch) | |
tree | aa2f6587556f21c1a8df9c3eb9f442a81116a29d /graphics/gimp-app-devel/files/patch-aa | |
parent | Register dependencies automatically upon idesk and/or rox if they are (diff) |
Update to 1.3.21.
Notes
Notes:
svn path=/head/; revision=90457
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-aa')
-rw-r--r-- | graphics/gimp-app-devel/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gimp-app-devel/files/patch-aa b/graphics/gimp-app-devel/files/patch-aa index 33a7ddbd83b8..411ac92c931b 100644 --- a/graphics/gimp-app-devel/files/patch-aa +++ b/graphics/gimp-app-devel/files/patch-aa @@ -1,6 +1,6 @@ ---- app/main.c.orig Thu Feb 10 14:41:02 2000 -+++ app/main.c Sat Feb 19 13:51:36 2000 -@@ -22,6 +22,7 @@ +--- app/main.c.orig Sun Oct 5 09:16:02 2003 ++++ app/main.c Mon Oct 6 12:14:34 2003 +@@ -23,6 +23,7 @@ #include <signal.h> #include <string.h> #include <sys/types.h> @@ -8,13 +8,13 @@ #ifdef HAVE_SYS_WAIT_H #include <sys/wait.h> -@@ -129,6 +130,9 @@ +@@ -113,6 +114,9 @@ /* Initialize variables */ - prog_name = argv[0]; + full_prog_name = argv[0]; + + /* Ignore floating point exceptions */ + fpsetmask(0); /* Initialize i18n support */ - INIT_LOCALE ("gimp"); + |