summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/yodl/files/bison-configure.patch')
-rw-r--r--app-text/yodl/files/bison-configure.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/yodl/files/bison-configure.patch b/app-text/yodl/files/bison-configure.patch
new file mode 100644
index 000000000000..e637d73c9852
--- /dev/null
+++ b/app-text/yodl/files/bison-configure.patch
@@ -0,0 +1,12 @@
+--- /tmp/configure 1999-11-17 12:09:38.000000000 -0800
++++ ./configure 2003-03-02 20:10:38.000000000 -0800
+@@ -1836,7 +1836,8 @@
+
+
+ if test $BISON != "error"; then
+- bison_version=`$BISON --version | sed 's/^.*version 1.//g'`
++ bison_version=`$BISON --version | sed -ne 's/^.*\(version\|(GNU Bison)\) 1\.//p'`
++
+ if test `echo $bison_version | sed 's/\..*$//g'` -lt 25; then
+
+ echo "configure: warning: Your bison is a bit old (1.$bison_version). You might have to install 1.25" 1>&2