diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2022-10-23 14:39:45 +0200 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2022-10-23 14:39:45 +0200 |
commit | 8667cfc78e048b82bcfca7c62ecd5cae8a0d884d (patch) | |
tree | e2cb7a28eb54826f713335fdb32abd11e2603f07 /patches | |
parent | 85123ec8ee6b94a64fd549b213a560c2851d2e93 (diff) | |
download | midipix_build-8667cfc78e048b82bcfca7c62ecd5cae8a0d884d.tar.bz2 midipix_build-8667cfc78e048b82bcfca7c62ecd5cae8a0d884d.tar.xz |
patches/cvs-1.12.13_pre.local.patch: fix configure script wrt. {bison-,}missing.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/cvs-1.12.13_pre.local.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/cvs-1.12.13_pre.local.patch b/patches/cvs-1.12.13_pre.local.patch index b5954e0c..3f94dbcf 100644 --- a/patches/cvs-1.12.13_pre.local.patch +++ b/patches/cvs-1.12.13_pre.local.patch @@ -16012,3 +16012,14 @@ diff -ru cvs-1.12.13.orig/src/Makefile.in cvs-1.12.13/src/Makefile.in if (status == -2) /* Don't try to recover from memory allcoation errors. */ +--- cvs-1.12.13/configure.orig 2005-10-03 15:36:42.000000000 +0200 ++++ cvs-1.12.13/configure 2022-10-23 14:36:34.653406085 +0200 +@@ -10582,7 +10582,7 @@ + am_aux_dir=`cd $ac_aux_dir && pwd` + + # getdate.y works with bison only. +- : ${YACC="\${SHELL} $am_aux_dir/bison-missing --run bison -y"} ++ : ${YACC="\${SHELL} $am_aux_dir/missing --run bison -y"} + + + |