diff options
author | 2007-11-11 20:29:53 +0000 | |
---|---|---|
committer | 2007-11-11 20:29:53 +0000 | |
commit | 373c76be47d46b0260ba7dc8fa1819f81600d79b (patch) | |
tree | 38a53e75a1b3799788ebc1866c3e98e23b6ecf2e /sys-devel | |
parent | apply gcc-configure-texinfo.patch (diff) | |
download | gentoo-2-373c76be47d46b0260ba7dc8fa1819f81600d79b.tar.gz gentoo-2-373c76be47d46b0260ba7dc8fa1819f81600d79b.tar.bz2 gentoo-2-373c76be47d46b0260ba7dc8fa1819f81600d79b.zip |
Disable makeinfo version checking #198182.
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/files/gcc-configure-texinfo.patch | 16 |
2 files changed, 21 insertions, 1 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 7b2029b44c33..a3746bb38469 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.635 2007/10/25 14:41:50 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.636 2007/11/11 20:29:52 vapier Exp $ + + 11 Nov 2007; Mike Frysinger <vapier@gentoo.org> + +files/gcc-configure-texinfo.patch: + Disable makeinfo version checking #198182. 25 Oct 2007; Markus Rothe <corsair@gentoo.org> gcc-4.2.2.ebuild: On ppc64 gcc 4.2.2 is in a much better shape than 4.2.0 was. Add ~ppc64 to 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 000000000000..ddc098ddbd58 --- /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 + +--- configure ++++ configure +@@ -3573,6 +3573,6 @@ + : + else +- MAKEINFO="$MISSING makeinfo" ++ : + fi + ;; + |