diff options
author | reg <reg@FreeBSD.org> | 2000-02-24 15:32:36 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-02-24 15:32:36 +0800 |
commit | 0552fdac1026db27bf2d13e5610048ece4bd3836 (patch) | |
tree | 26e7d434dc1934f4a359cc8b21f570a40edd8597 /graphics/gimp/files/patch-aa | |
parent | 1a7974cb3b474ef8da48a455e939d3b20040a78d (diff) | |
download | freebsd-ports-gnome-0552fdac1026db27bf2d13e5610048ece4bd3836.tar.gz freebsd-ports-gnome-0552fdac1026db27bf2d13e5610048ece4bd3836.tar.zst freebsd-ports-gnome-0552fdac1026db27bf2d13e5610048ece4bd3836.zip |
Merge the gimp1 and gimp1-i18n ports, and update to GIMP 1.1.17.
PR: ports/16837, ports/16913
Reviewed by: maintainers
Diffstat (limited to 'graphics/gimp/files/patch-aa')
-rw-r--r-- | graphics/gimp/files/patch-aa | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/graphics/gimp/files/patch-aa b/graphics/gimp/files/patch-aa index 16de4cd974ff..33a7ddbd83b8 100644 --- a/graphics/gimp/files/patch-aa +++ b/graphics/gimp/files/patch-aa @@ -1,21 +1,20 @@ ---- app/main.c.orig Wed Oct 6 13:55:38 1999 -+++ app/main.c Tue Oct 12 13:23:44 1999 -@@ -16,7 +16,7 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - #include "config.h" -- +--- 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 @@ + #include <signal.h> + #include <string.h> + #include <sys/types.h> +#include <floatingpoint.h> - #include <locale.h> - #include <stdio.h> - #include <stdlib.h> -@@ -117,6 +117,9 @@ + #ifdef HAVE_SYS_WAIT_H + #include <sys/wait.h> +@@ -129,6 +130,9 @@ /* Initialize variables */ + prog_name = argv[0]; + + /* Ignore floating point exceptions */ + fpsetmask(0); /* Initialize i18n support */ - + INIT_LOCALE ("gimp"); |