diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-11-14 22:28:05 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-11-14 22:28:05 +0800 |
commit | c8b03e40857a4996fc86c9e57c7903abfa0d8eaf (patch) | |
tree | 663b1ef204d8c7b0bb70b1af822c57c8bffa0d4e /comms/bforce | |
parent | 87322bc35eb708df42a9887670c010b6c62828b5 (diff) | |
download | freebsd-ports-gnome-c8b03e40857a4996fc86c9e57c7903abfa0d8eaf.tar.gz freebsd-ports-gnome-c8b03e40857a4996fc86c9e57c7903abfa0d8eaf.tar.zst freebsd-ports-gnome-c8b03e40857a4996fc86c9e57c7903abfa0d8eaf.zip |
Fix build if bison is installed.
Diffstat (limited to 'comms/bforce')
-rw-r--r-- | comms/bforce/files/patch-aa | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/comms/bforce/files/patch-aa b/comms/bforce/files/patch-aa index 73bbd728b552..9595a32f7cec 100644 --- a/comms/bforce/files/patch-aa +++ b/comms/bforce/files/patch-aa @@ -1,6 +1,5 @@ -diff -ur configure configure ---- configure Sun Nov 12 22:19:24 2000 -+++ configure Thu Jan 16 09:34:36 2003 +--- configure.orig Sun Nov 12 21:19:24 2000 ++++ configure Fri Nov 14 20:26:09 2003 @@ -746,10 +746,10 @@ # echo $ac_n "checking "UUCP lock files directory"""... $ac_c" 1>&6 @@ -15,3 +14,12 @@ diff -ur configure configure else lockdir=/var/lock/ fi +@@ -759,7 +759,7 @@ + + echo "$ac_t"""$lockdir"" 1>&6 + +-for ac_prog in 'bison -y' byacc ++for ac_prog in byacc 'bison -y' + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 |