diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-12-23 11:23:04 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-12-23 11:23:04 +0000 |
commit | 3d539e1811d1176f7f594fb5b846d354efff6205 (patch) | |
tree | a74bc42f99b9bf73832edba9088d8e5c08ed6714 /devel/mingw32-binutils/files/patch-configure | |
parent | o Update to 0.3.2: older distfile no longer fetchable (diff) |
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)
Notes
Notes:
svn path=/head/; revision=71816
Diffstat (limited to 'devel/mingw32-binutils/files/patch-configure')
-rw-r--r-- | devel/mingw32-binutils/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/mingw32-binutils/files/patch-configure b/devel/mingw32-binutils/files/patch-configure new file mode 100644 index 000000000000..99d65d41d32c --- /dev/null +++ b/devel/mingw32-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}:" |