aboutsummaryrefslogtreecommitdiff
path: root/math/gambit/files
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-07-05 05:14:34 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-07-05 05:14:34 +0000
commit496390c22c363163399827dc8bdd2f264a83cc5e (patch)
treecdba8eef86caaf686cd25e926d017609571dbb1d /math/gambit/files
parent8eec740ab08623d0dafedd133ebcd290a711d40a (diff)
downloadports-496390c22c363163399827dc8bdd2f264a83cc5e.tar.gz
ports-496390c22c363163399827dc8bdd2f264a83cc5e.zip
Notes
Diffstat (limited to 'math/gambit/files')
-rw-r--r--math/gambit/files/patch-gnulib.h24
-rw-r--r--math/gambit/files/patch-sources-tools-enumpoly-double.cc10
2 files changed, 10 insertions, 24 deletions
diff --git a/math/gambit/files/patch-gnulib.h b/math/gambit/files/patch-gnulib.h
deleted file mode 100644
index c0889b2e39aa..000000000000
--- a/math/gambit/files/patch-gnulib.h
+++ /dev/null
@@ -1,24 +0,0 @@
---- sources/math/gnulib.h.orig Sun Feb 9 01:54:27 2003
-+++ sources/math/gnulib.h Sun Feb 9 01:56:12 2003
-@@ -32,9 +32,6 @@
- #ifndef GNULIB_H
- #define GNULIB_H
-
--#if defined(__GNUG__) && !defined(__APPLE_CC__)
--#include <_G_config.h>
--#endif // __GNUG__
- #include <stddef.h>
- #include <stdlib.h>
- #include <string.h>
-@@ -46,11 +43,6 @@
- #include <errno.h>
- #include <fcntl.h>
-
--#if defined(__GNUG__) && !defined(__APPLE_CC__)
--extern "C" {
--int strcasecmp _G_ARGS((const char*, const char*));
--}
--#endif // __GNUG__
-
-
- #include <math.h>
diff --git a/math/gambit/files/patch-sources-tools-enumpoly-double.cc b/math/gambit/files/patch-sources-tools-enumpoly-double.cc
new file mode 100644
index 000000000000..babde63ec097
--- /dev/null
+++ b/math/gambit/files/patch-sources-tools-enumpoly-double.cc
@@ -0,0 +1,10 @@
+--- 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>