View | Details | Raw Unified
Collapse All | Expand All

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