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

(-)piozone-1.0-r3.ebuild_old (-4 / +4 lines)
Lines 2-10 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-benchmarks/piozone/piozone-1.0-r3.ebuild,v 1.4 2012/08/08 19:33:16 ranger Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/piozone/piozone-1.0-r3.ebuild,v 1.4 2012/08/08 19:33:16 ranger Exp $
4
4
5
EAPI="2"
5
EAPI="4"
6
6
7
inherit eutils flag-o-matic toolchain-funcs
7
inherit eutils flag-o-matic
8
8
9
DESCRIPTION="A hard-disk benchmarking tool."
9
DESCRIPTION="A hard-disk benchmarking tool."
10
HOMEPAGE="http://www.lysator.liu.se/~pen/piozone/"
10
HOMEPAGE="http://www.lysator.liu.se/~pen/piozone/"
Lines 20-27 Link Here
20
}
20
}
21
21
22
src_compile() {
22
src_compile() {
23
	append-flags -D_LARGEFILE64_SOURCE
23
	append-cppflags -D_LARGEFILE64_SOURCE
24
	emake CC=$(tc-getCC) || die
24
	emake CC=$(tc-getCC)
25
}
25
}
26
26
27
src_install() {
27
src_install() {

Return to bug 337420