diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-22 21:30:34 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-22 21:30:34 +0000 |
commit | 01b6ecbb3e2140c3b59e54eccc0b4ca1ca1b09fa (patch) | |
tree | 7d36862bcc83020d68b1c760551d64bece8b2080 /games/gnugo/files/patch-ab | |
parent | Update the cvsup port to build snap-16.1e. It is the best version (diff) |
o update to 3.0.0.
o pass maintainership over to submitter.
PR: 30067
Submitted by: Steve Coltrin <spcoltri@omcl.org>
o unify info files.
o remove useless MANCOMPRESSED.
Notes
Notes:
svn path=/head/; revision=48088
Diffstat (limited to 'games/gnugo/files/patch-ab')
-rw-r--r-- | games/gnugo/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/gnugo/files/patch-ab b/games/gnugo/files/patch-ab new file mode 100644 index 000000000000..4c1f5f00a73d --- /dev/null +++ b/games/gnugo/files/patch-ab @@ -0,0 +1,11 @@ +--- configure.orig Sat Aug 25 05:52:39 2001 ++++ configure Sun Sep 23 06:24:47 2001 +@@ -1228,7 +1228,7 @@ + # an executable is not found, even if stderr is redirected. + # Redirect stdin to placate older versions of autoconf. Sigh. + if (makeinfo --version) < /dev/null > /dev/null 2>&1; then +- MAKEINFO=makeinfo ++ MAKEINFO="makeinfo --no-split" + echo "$as_me:1232: result: found" >&5 + echo "${ECHO_T}found" >&6 + else |