summaryrefslogtreecommitdiff
path: root/eclass
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
commit8996e9210c8426c88ebe7541d199a258eb05c53d (patch)
treed86f94ffa6d653f1fc297ff1bbff50b55fb7630c /eclass
parentalpha/ia64/sparc stable wrt #198560 (diff)
downloadgentoo-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.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 $?