From 53bd6d9f9192478caafe27c274a3584266168b53 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 27 Sep 2023 19:46:37 +0100 Subject: sys-devel/gcc : revision bump --- sys-devel/gcc/files/gcc-configure-texinfo.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sys-devel/gcc/files/gcc-configure-texinfo.patch (limited to 'sys-devel/gcc/files/gcc-configure-texinfo.patch') diff --git a/sys-devel/gcc/files/gcc-configure-texinfo.patch b/sys-devel/gcc/files/gcc-configure-texinfo.patch new file mode 100644 index 00000000..99e90998 --- /dev/null +++ b/sys-devel/gcc/files/gcc-configure-texinfo.patch @@ -0,0 +1,16 @@ +Chances are quite good that the installed makeinfo is sufficient. +So ignore false positives where the makeinfo installed is so new +that it violates the cheesy version grep. + +http://bugs.gentoo.org/198182 + +--- a/configure ++++ b/configure +@@ -3573,6 +3573,6 @@ + : + else +- MAKEINFO="$MISSING makeinfo" ++ : + fi + ;; + -- cgit v1.2.3