freebsd-ports/devel/mingw-binutils/files/patch-configure
Mario Sergio Fujikawa Ferreira 3d539e1811 Avoid using bison even if it is installed since it cannot process
mingw-binutils grammar

PR:		46412
Submitted by:	maintainer
Approved by:	portmgr (self & no objections)
2002-12-23 11:23:04 +00:00

11 lines
361 B
Text

--- configure.orig Mon Dec 23 09:17:24 2002
+++ configure Mon Dec 23 09:17:42 2002
@@ -848,7 +848,7 @@
# Generate a default definition for YACC. This is used if the makefile can't
# locate bison or byacc in objdir.
-for prog in 'bison -y' byacc yacc
+for prog in byacc yacc
do
set dummy $prog; tmp=$2
IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"