summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-11-11 20:29:26 +0000
committerMike Frysinger <vapier@gentoo.org>2007-11-11 20:29:26 +0000
commit6437d273e111a44220f4dbc14ce1b5b2240fa3b9 (patch)
treea18ecc76e195ceea52180339c389666ed4507f68 /eclass/toolchain.eclass
parentalpha/ia64/sparc stable wrt #198560 (diff)
downloadhistorical-6437d273e111a44220f4dbc14ce1b5b2240fa3b9.tar.gz
historical-6437d273e111a44220f4dbc14ce1b5b2240fa3b9.tar.bz2
historical-6437d273e111a44220f4dbc14ce1b5b2240fa3b9.zip
apply gcc-configure-texinfo.patch
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass5
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 $?