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

(-)tk-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/tk/tk-8.4.13.ebuild,v 1.1 2006/06/03 19:37:48 matsuu Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.4.13.ebuild,v 1.1 2006/06/03 19:37:48 matsuu Exp $
4
4
5
inherit eutils
5
inherit eutils autotools
6
6
7
DESCRIPTION="Tk Widget Set"
7
DESCRIPTION="Tk Widget Set"
8
HOMEPAGE="http://dev.scriptics.com/software/tcltk/"
8
HOMEPAGE="http://dev.scriptics.com/software/tcltk/"
Lines 53-58 src_unpack() { Link Here
53
		EPATCH_SINGLE_MSG="Patching nls cruft in ${d}" \
53
		EPATCH_SINGLE_MSG="Patching nls cruft in ${d}" \
54
		epatch "${FILESDIR}"/tk-configure-LANG.patch
54
		epatch "${FILESDIR}"/tk-configure-LANG.patch
55
	done
55
	done
56
57
	cd "${S}"/unix
58
	eautoreconf
56
}
59
}
57
60
58
src_compile() {
61
src_compile() {

Return to bug 125971