diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
commit | 0d24ce472965b1af574ee8eab914346a50d93ab0 (patch) | |
tree | fc04ac961d5044a7d4ac36140741f144e02c3080 /graphics/gimp-devel/files/patch-am | |
parent | (forced commit) This is the official index file for 3.3-release. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Diffstat (limited to 'graphics/gimp-devel/files/patch-am')
-rw-r--r-- | graphics/gimp-devel/files/patch-am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/gimp-devel/files/patch-am b/graphics/gimp-devel/files/patch-am deleted file mode 100644 index 368e279354da..000000000000 --- a/graphics/gimp-devel/files/patch-am +++ /dev/null @@ -1,19 +0,0 @@ ---- libgimp/gimp.c.orig Tue Sep 29 22:35:20 1998 -+++ libgimp/gimp.c Tue Sep 29 22:36:00 1998 -@@ -19,6 +19,7 @@ - #include "config.h" - - #include <errno.h> -+#include <floatingpoint.h> - #include <signal.h> - #include <stdarg.h> - #include <stdio.h> -@@ -95,6 +96,8 @@ - } - - progname = argv[0]; -+ -+ fpsetmask(0); - - signal (SIGHUP, gimp_signal); - signal (SIGINT, gimp_signal); |