Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 385609
Collapse All | Expand All

(-)xemacs.orig//xemacs-21.4.22-r2.ebuild (-2 / +2 lines)
Lines 9-15 Link Here
9
EAPI="1"
9
EAPI="1"
10
10
11
export WANT_AUTOCONF="2.1"
11
export WANT_AUTOCONF="2.1"
12
inherit autotools eutils
12
inherit autotools eutils toolchain-funcs
13
13
14
DESCRIPTION="highly customizable open source text editor and application development system"
14
DESCRIPTION="highly customizable open source text editor and application development system"
15
HOMEPAGE="http://www.xemacs.org/"
15
HOMEPAGE="http://www.xemacs.org/"
Lines 189-195 Link Here
189
		--with-site-modules=yes \
189
		--with-site-modules=yes \
190
		|| die "The configure script failed to run properly"
190
		|| die "The configure script failed to run properly"
191
191
192
	emake || die "emake failed"
192
	emake CC=$(tc-getCC) || die "emake failed"
193
}
193
}
194
194
195
src_install() {
195
src_install() {

Return to bug 385609