diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-11-07 12:14:59 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-11-07 12:14:59 +0000 |
commit | 55832e34658044895496ee9ab03ada3197eb5990 (patch) | |
tree | 595adf5ac58880e52992763a6c8670e3128c5839 /math/gambit/files/patch-gnulib.cc | |
parent | This patch upgrades AdaSockets to the latest version, which is needed to (diff) |
- update to 0.97.0.5
- use wxgtk2
- install to X11BASE (it's GUI application)
- update WWW in pkg-descr
PR: 58983
Submitted by: Pav Lucistnik
Notes
Notes:
svn path=/head/; revision=93301
Diffstat (limited to 'math/gambit/files/patch-gnulib.cc')
-rw-r--r-- | math/gambit/files/patch-gnulib.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/gambit/files/patch-gnulib.cc b/math/gambit/files/patch-gnulib.cc deleted file mode 100644 index 23310f76f060..000000000000 --- a/math/gambit/files/patch-gnulib.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- sources/math/gnulib.cc.orig Sun Feb 9 01:57:37 2003 -+++ sources/math/gnulib.cc Sun Feb 9 01:57:55 2003 -@@ -112,7 +112,7 @@ - v &= chunklimit == chunk->limit; - _obstack_chunk* p = chunk; - // allow lots of chances to find bottom! -- long x = MAXLONG; -+ long x = LONG_MAX; - while (p != 0 && x != 0) { --x; p = p->prev; } - v &= x > 0; - return v; |