diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /graphics/gimp-devel/files/patch-aa | |
parent | 8c307777eaf81af4195ae428b3ebbeba734fc5af (diff) |
Notes
Diffstat (limited to 'graphics/gimp-devel/files/patch-aa')
-rw-r--r-- | graphics/gimp-devel/files/patch-aa | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/gimp-devel/files/patch-aa b/graphics/gimp-devel/files/patch-aa deleted file mode 100644 index 33a7ddbd83b8..000000000000 --- a/graphics/gimp-devel/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"); |