diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-10-23 07:59:42 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-10-23 07:59:42 +0000 |
commit | 2923a6b6beb2e3a6c4419509ee9456eb2d8ed84a (patch) | |
tree | 79046bc5a6be6bab8e958d5bcc96051857ccc72c /graphics/gimp-devel/files/patch-aa | |
parent | Correct distfiles' location (diff) |
Upgrade to 1.1.10
PR: ports/14294
Submitted by: Brian Handy <handy@physics.montana.edu>
Notes
Notes:
svn path=/head/; revision=22592
Diffstat (limited to 'graphics/gimp-devel/files/patch-aa')
-rw-r--r-- | graphics/gimp-devel/files/patch-aa | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/graphics/gimp-devel/files/patch-aa b/graphics/gimp-devel/files/patch-aa index db75e4e1092b..16de4cd974ff 100644 --- a/graphics/gimp-devel/files/patch-aa +++ b/graphics/gimp-devel/files/patch-aa @@ -1,14 +1,15 @@ ---- app/main.c.orig Mon Sep 21 17:15:18 1998 -+++ app/main.c Tue Sep 29 22:24:17 1998 -@@ -16,6 +16,7 @@ +--- 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" +- +#include <floatingpoint.h> #include <locale.h> #include <stdio.h> #include <stdlib.h> -@@ -94,6 +95,9 @@ +@@ -117,6 +117,9 @@ /* Initialize variables */ prog_name = argv[0]; @@ -16,5 +17,5 @@ + /* Ignore floating point exceptions */ + fpsetmask(0); - /* Initialize Gtk toolkit */ - gtk_set_locale (); + /* Initialize i18n support */ + |