diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-02-24 07:32:36 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-02-24 07:32:36 +0000 |
commit | a146f9f7848d39217915157f7208da0246ba6e38 (patch) | |
tree | b9a17da8af59cbffb2addc3db8548a16efbad135 /graphics/gimp-app-devel/files/patch-aa | |
parent | Switch USE_QT to qt145. Add USE_NEWGCC to be consistent with it. (diff) |
Merge the gimp1 and gimp1-i18n ports, and update to GIMP 1.1.17.
PR: ports/16837, ports/16913
Reviewed by: maintainers
Notes
Notes:
svn path=/head/; revision=26246
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-aa')
-rw-r--r-- | graphics/gimp-app-devel/files/patch-aa | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/graphics/gimp-app-devel/files/patch-aa b/graphics/gimp-app-devel/files/patch-aa index 16de4cd974ff..33a7ddbd83b8 100644 --- a/graphics/gimp-app-devel/files/patch-aa +++ b/graphics/gimp-app-devel/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"); |