From 0552fdac1026db27bf2d13e5610048ece4bd3836 Mon Sep 17 00:00:00 2001 From: reg Date: Thu, 24 Feb 2000 07:32:36 +0000 Subject: Merge the gimp1 and gimp1-i18n ports, and update to GIMP 1.1.17. PR: ports/16837, ports/16913 Reviewed by: maintainers --- graphics/gimp/files/patch-aa | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'graphics/gimp/files/patch-aa') 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 + #include + #include +#include - #include - #include - #include -@@ -117,6 +117,9 @@ + #ifdef HAVE_SYS_WAIT_H + #include +@@ -129,6 +130,9 @@ /* Initialize variables */ + prog_name = argv[0]; + + /* Ignore floating point exceptions */ + fpsetmask(0); /* Initialize i18n support */ - + INIT_LOCALE ("gimp"); -- cgit