diff options
author | 2007-11-11 20:29:26 +0000 | |
---|---|---|
committer | 2007-11-11 20:29:26 +0000 | |
commit | 8996e9210c8426c88ebe7541d199a258eb05c53d (patch) | |
tree | d86f94ffa6d653f1fc297ff1bbff50b55fb7630c /eclass | |
parent | alpha/ia64/sparc stable wrt #198560 (diff) | |
download | gentoo-2-8996e9210c8426c88ebe7541d199a258eb05c53d.tar.gz gentoo-2-8996e9210c8426c88ebe7541d199a258eb05c53d.tar.bz2 gentoo-2-8996e9210c8426c88ebe7541d199a258eb05c53d.zip |
apply gcc-configure-texinfo.patch
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index ed04799dbb4f..9d40ea99d83f 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.339 2007/07/20 04:59:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.340 2007/11/11 20:29:26 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> @@ -1097,8 +1097,9 @@ gcc_src_unpack() { # update configure files local f einfo "Fixing misc issues in configure files" + epatch "${GCC_FILESDIR}"/gcc-configure-texinfo.patch for f in $(grep -l 'autoconf version 2.13' $(find "${S}" -name configure)) ; do - ebegin " Updating ${f/${S}\/}" + ebegin " Updating ${f/${S}\/} [LANG]" patch "${f}" "${GCC_FILESDIR}"/gcc-configure-LANG.patch >& "${T}"/configure-patch.log \ || eerror "Please file a bug about this" eend $? |