diff options
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/bonnie++/bonnie++-1.93c.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-benchmarks/bonnie++/bonnie++-1.93c.ebuild b/app-benchmarks/bonnie++/bonnie++-1.93c.ebuild index f51156596a8c..4a135e9a4369 100644 --- a/app-benchmarks/bonnie++/bonnie++-1.93c.ebuild +++ b/app-benchmarks/bonnie++/bonnie++-1.93c.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bonnie++/bonnie++-1.93c.ebuild,v 1.6 2005/03/29 05:24:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bonnie++/bonnie++-1.93c.ebuild,v 1.7 2005/05/05 02:27:57 vapier Exp $ -inherit eutils 64-bit +inherit eutils DESCRIPTION="Hard drive bottleneck testing benchmark suite." HOMEPAGE="http://www.coker.com.au/bonnie++/" @@ -13,18 +13,18 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ~sparc x86" IUSE="debug" -DEPEND="virtual/libc" +DEPEND="" src_unpack() { unpack ${A} cd ${S} - 64-bit && epatch ${FILESDIR}/${P}-64bit.patch + epatch ${FILESDIR}/${P}-64bit.patch } src_compile() { econf \ - `use_with debug` \ - `use_enable !debug stripping` \ + $(use_with debug) \ + --disable-stripping \ || die emake || die "emake failed" emake zcav || die "emake zcav failed" # see #9073 |