aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimp-app/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp-app/files/patch-aa')
-rw-r--r--graphics/gimp-app/files/patch-aa23
1 files changed, 11 insertions, 12 deletions
diff --git a/graphics/gimp-app/files/patch-aa b/graphics/gimp-app/files/patch-aa
index 16de4cd974ff..33a7ddbd83b8 100644
--- a/graphics/gimp-app/files/patch-aa
+++ b/graphics/gimp-app/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");