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

(-)a/longrun-0.9-r4.ebuild (-1 / +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/app-admin/longrun/longrun-0.9-r4.ebuild,v 1.2 2009/11/20 14:44:33 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9-r4.ebuild,v 1.2 2009/11/20 14:44:33 maekke Exp $
4
4
5
inherit eutils linux-info toolchain-funcs
5
inherit eutils linux-info toolchain-funcs flag-o-matic
6
6
7
DESCRIPTION="A utility to control Transmeta's Crusoe and Efficeon processors"
7
DESCRIPTION="A utility to control Transmeta's Crusoe and Efficeon processors"
8
HOMEPAGE="http://freshmeat.net/projects/longrun/"
8
HOMEPAGE="http://freshmeat.net/projects/longrun/"
Lines 44-49 src_unpack() { Link Here
44
}
44
}
45
45
46
src_compile() {
46
src_compile() {
47
	append-flags "-D_GNU_SOURCE"
47
	emake CC="$(tc-getCC)" || die "emake failed"
48
	emake CC="$(tc-getCC)" || die "emake failed"
48
}
49
}

Return to bug 541694