diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-17 08:18:04 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-17 08:18:04 +0000 |
commit | c9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch) | |
tree | e00c7b9a13c8748065f79c57e9e81d9a1239e743 /graphics/gimp-app-devel/files/patch-aa | |
parent | Install sudoers in correct place. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_4_0'.release/3.4.0
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-aa')
-rw-r--r-- | graphics/gimp-app-devel/files/patch-aa | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/gimp-app-devel/files/patch-aa b/graphics/gimp-app-devel/files/patch-aa deleted file mode 100644 index 16de4cd974ff..000000000000 --- a/graphics/gimp-app-devel/files/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ ---- 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" -- -+#include <floatingpoint.h> - #include <locale.h> - #include <stdio.h> - #include <stdlib.h> -@@ -117,6 +117,9 @@ - - /* Initialize variables */ - prog_name = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - /* Initialize i18n support */ - |