diff options
author | lioux <lioux@FreeBSD.org> | 2002-12-23 19:23:04 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-12-23 19:23:04 +0800 |
commit | 9dfa1d6f73f6a4ba523a4c66583bb2d3f774bd6f (patch) | |
tree | 612ed534685d72f8cd5b8e481baa54e8843b0f83 | |
parent | 4e7b15959468bf8956b1268e2325d87d79b3c744 (diff) | |
download | freebsd-ports-graphics-9dfa1d6f73f6a4ba523a4c66583bb2d3f774bd6f.tar.gz freebsd-ports-graphics-9dfa1d6f73f6a4ba523a4c66583bb2d3f774bd6f.tar.zst freebsd-ports-graphics-9dfa1d6f73f6a4ba523a4c66583bb2d3f774bd6f.zip |
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)
-rw-r--r-- | devel/mingw-binutils/files/patch-configure | 11 | ||||
-rw-r--r-- | devel/mingw32-binutils/files/patch-configure | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/devel/mingw-binutils/files/patch-configure b/devel/mingw-binutils/files/patch-configure new file mode 100644 index 00000000000..99d65d41d32 --- /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}:" diff --git a/devel/mingw32-binutils/files/patch-configure b/devel/mingw32-binutils/files/patch-configure new file mode 100644 index 00000000000..99d65d41d32 --- /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}:" |