Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 125971 | Differences between
and this patch

Collapse All | Expand All

(-)tcl-8.4.13.ebuild.orig (-1 / +4 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.13.ebuild,v 1.4 2006/10/18 09:18:49 uberlord Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.13.ebuild,v 1.4 2006/10/18 09:18:49 uberlord Exp $
4
4
5
inherit eutils multilib toolchain-funcs
5
inherit eutils autotools multilib toolchain-funcs
6
6
7
DESCRIPTION="Tool Command Language"
7
DESCRIPTION="Tool Command Language"
8
HOMEPAGE="http://www.tcl.tk/"
8
HOMEPAGE="http://www.tcl.tk/"
Lines 44-49 src_unpack() { Link Here
44
		EPATCH_SINGLE_MSG="Patching nls cruft in ${d}" \
44
		EPATCH_SINGLE_MSG="Patching nls cruft in ${d}" \
45
		epatch "${FILESDIR}"/tcl-configure-LANG.patch
45
		epatch "${FILESDIR}"/tcl-configure-LANG.patch
46
	done
46
	done
47
48
	cd "${S}"/unix
49
	eautoreconf
47
}
50
}
48
51
49
src_compile() {
52
src_compile() {

Return to bug 125971