diff options
author | Koop Mast <kwm@FreeBSD.org> | 2004-11-18 09:55:04 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2004-11-18 09:55:04 +0000 |
commit | 0755df96819f898e5d138feb743350ce9cf955bf (patch) | |
tree | 73bf6850a4e62a3b9fd25cbabfbc05b8b6b85cf5 /graphics/gimp-app-devel/files/patch-aa | |
parent | Add annotation to describe which releases are affected by this problem (diff) |
Resurrect gimp-devel and update to version 2.2.pre1.
Approved by: pav (mentor)
Notes
Notes:
svn path=/head/; revision=121859
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-aa')
-rw-r--r-- | graphics/gimp-app-devel/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/gimp-app-devel/files/patch-aa b/graphics/gimp-app-devel/files/patch-aa new file mode 100644 index 000000000000..411ac92c931b --- /dev/null +++ b/graphics/gimp-app-devel/files/patch-aa @@ -0,0 +1,20 @@ +--- app/main.c.orig Sun Oct 5 09:16:02 2003 ++++ app/main.c Mon Oct 6 12:14:34 2003 +@@ -23,6 +23,7 @@ + #include <signal.h> + #include <string.h> + #include <sys/types.h> ++#include <floatingpoint.h> + + #ifdef HAVE_SYS_WAIT_H + #include <sys/wait.h> +@@ -113,6 +114,9 @@ + /* Initialize variables */ + + full_prog_name = argv[0]; ++ ++ /* Ignore floating point exceptions */ ++ fpsetmask(0); + + /* Initialize i18n support */ + |