From 2833355a48ebab610c5c4b245ced33205168cc7c Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 25 Sep 2001 15:27:04 +0000 Subject: Prevent bison(1) from being picked up automagically by the configure script. For some reason, oaf doesn't build with bison(1), while more than happy with byacc(1). Submitted by: many --- devel/oaf/files/patch-configure | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 devel/oaf/files/patch-configure (limited to 'devel/oaf') diff --git a/devel/oaf/files/patch-configure b/devel/oaf/files/patch-configure new file mode 100644 index 0000000..51b6045 --- /dev/null +++ b/devel/oaf/files/patch-configure @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- configure 2001/09/25 15:22:02 1.1 ++++ configure 2001/09/25 15:22:25 +@@ -5647,7 +5647,7 @@ + + fi + +-for ac_prog in 'bison -y' byacc ++for ac_prog in '_bison -y' byacc + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 -- cgit v1.1