diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-29 08:32:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-29 08:32:43 +0000 |
commit | fd8acdb1e4bfe2bd2758452d4a7bd62084bc2d9c (patch) | |
tree | 7140bbb4d9f7da03169907ab60c1079e945030c4 /math/gambit/files | |
parent | - Fix build with gcc 4.2 (diff) |
- Update to 0.2007.01.30
PR: 114073
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'math/gambit/files')
-rw-r--r-- | math/gambit/files/patch-sources-tools-enumpoly-double.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/math/gambit/files/patch-sources-tools-enumpoly-double.cc b/math/gambit/files/patch-sources-tools-enumpoly-double.cc deleted file mode 100644 index babde63ec097..000000000000 --- a/math/gambit/files/patch-sources-tools-enumpoly-double.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- sources/tools/enumpoly/double.cc.orig Thu Jun 9 02:47:34 2005 -+++ sources/tools/enumpoly/double.cc Sun Jul 3 23:39:27 2005 -@@ -28,6 +28,7 @@ - #pragma implementation - #endif - -+#include <stdio.h> - #include <math.h> - #include <float.h> - #include <assert.h> |