View | Details | Raw Unified
Collapse All | Expand All

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