summaryrefslogtreecommitdiff
path: root/graphics/gimpshop/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
commitce5da22b7076167a515a6a0b602b22b67022e5ff (patch)
tree2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /graphics/gimpshop/files/patch-aa
parentYipes, committed the wrong one. This is the INDEX file for 3.1R. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Notes
Notes: svn path=/head/; revision=16726 svn path=/tags/RELEASE_3_1_0/; revision=16727; tag=release/3.1.0
Diffstat (limited to 'graphics/gimpshop/files/patch-aa')
-rw-r--r--graphics/gimpshop/files/patch-aa20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/gimpshop/files/patch-aa b/graphics/gimpshop/files/patch-aa
deleted file mode 100644
index db75e4e1092b..000000000000
--- a/graphics/gimpshop/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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 @@
- * 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 @@
-
- /* Initialize variables */
- prog_name = argv[0];
-+
-+ /* Ignore floating point exceptions */
-+ fpsetmask(0);
-
- /* Initialize Gtk toolkit */
- gtk_set_locale ();