From 8667cfc78e048b82bcfca7c62ecd5cae8a0d884d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=ADa=20Andrea=20Illanes=20Albornoz?= Date: Sun, 23 Oct 2022 14:39:45 +0200 Subject: patches/cvs-1.12.13_pre.local.patch: fix configure script wrt. {bison-,}missing. --- patches/cvs-1.12.13_pre.local.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'patches/cvs-1.12.13_pre.local.patch') 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"} + + + -- cgit v1.2.3