summaryrefslogtreecommitdiff
path: root/devel/oaf
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-09-25 15:27:04 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-09-25 15:27:04 +0000
commit703ccdcfee8f459fa5d4cf7a1003bd8606d8d891 (patch)
treecca1ca40d660014b2100fa5ae05e304a1e4a25c7 /devel/oaf
parentAdd 'ipv6' on CATEGORIES. (diff)
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
Notes
Notes: svn path=/head/; revision=48190
Diffstat (limited to 'devel/oaf')
-rw-r--r--devel/oaf/files/patch-configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/oaf/files/patch-configure b/devel/oaf/files/patch-configure
new file mode 100644
index 000000000000..51b6045b1a1e
--- /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