From 3d539e1811d1176f7f594fb5b846d354efff6205 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Mon, 23 Dec 2002 11:23:04 +0000 Subject: 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) --- devel/mingw-binutils/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/mingw-binutils/files/patch-configure (limited to 'devel/mingw-binutils/files/patch-configure') diff --git a/devel/mingw-binutils/files/patch-configure b/devel/mingw-binutils/files/patch-configure new file mode 100644 index 000000000000..99d65d41d32c --- /dev/null +++ b/devel/mingw-binutils/files/patch-configure @@ -0,0 +1,11 @@ +--- 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}:" -- cgit v1.2.3