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

Collapse All | Expand All

(-)wmload-0.9.2.ebuild.orig (-2 / +2 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/x11-plugins/wmload/wmload-0.9.2.ebuild,v 1.10 2008/11/26 00:01:43 tcunha Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmload/wmload-0.9.2.ebuild,v 1.10 2008/11/26 00:01:43 tcunha Exp $
4
4
5
inherit eutils
5
inherit eutils toolchain-funcs
6
6
7
IUSE=""
7
IUSE=""
8
8
Lines 30-36 Link Here
30
30
31
src_compile() {
31
src_compile() {
32
	xmkmf || die "xmkmf failed."
32
	xmkmf || die "xmkmf failed."
33
	emake CDEBUGFLAGS="${CFLAGS}" || die "emake failed."
33
	emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" || die "emake failed."
34
}
34
}
35
35
36
src_install() {
36
src_install() {

Return to bug 215651