aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp-app/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /graphics/gimp-app/files/patch-aa
parentc9396a78f758664f44aa3d601d25c18c74372c10 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Notes
Notes: svn path=/head/; revision=33029 svn path=/tags/RELEASE_4_1_1/; revision=33030; tag=release/4.1.1
Diffstat (limited to 'graphics/gimp-app/files/patch-aa')
-rw-r--r--graphics/gimp-app/files/patch-aa20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/gimp-app/files/patch-aa b/graphics/gimp-app/files/patch-aa
deleted file mode 100644
index 33a7ddbd83b8..000000000000
--- a/graphics/gimp-app/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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>
-
- #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");