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
This commit is contained in:
parent
7d4dcde0e8
commit
703ccdcfee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48190
1 changed files with 14 additions and 0 deletions
14
devel/oaf/files/patch-configure
Normal file
14
devel/oaf/files/patch-configure
Normal file
|
@ -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
|
Loading…
Reference in a new issue