summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-12-23 11:23:04 +0000
committerlioux <lioux@FreeBSD.org>2002-12-23 11:23:04 +0000
commit9dfa1d6f73f6a4ba523a4c66583bb2d3f774bd6f (patch)
tree612ed534685d72f8cd5b8e481baa54e8843b0f83 /devel
parent4e7b15959468bf8956b1268e2325d87d79b3c744 (diff)
downloadFreeBSD-ports-9dfa1d6f73f6a4ba523a4c66583bb2d3f774bd6f.zip
FreeBSD-ports-9dfa1d6f73f6a4ba523a4c66583bb2d3f774bd6f.tar.gz
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)
Diffstat (limited to 'devel')
-rw-r--r--devel/mingw-binutils/files/patch-configure11
-rw-r--r--devel/mingw32-binutils/files/patch-configure11
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 0000000..99d65d4
--- /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 0000000..99d65d4
--- /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}:"
OpenPOWER on IntegriCloud