From 10a63a9d25bcc239fddd271689d34b46d2d4e6b1 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Thu, 4 Mar 2004 00:23:57 +0000 Subject: turn on large file support (bug #43000) --- app-benchmarks/tiobench/ChangeLog | 7 +++++-- app-benchmarks/tiobench/tiobench-0.3.3.ebuild | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'app-benchmarks') diff --git a/app-benchmarks/tiobench/ChangeLog b/app-benchmarks/tiobench/ChangeLog index e370924b7ab6..2f8335a4bdb5 100644 --- a/app-benchmarks/tiobench/ChangeLog +++ b/app-benchmarks/tiobench/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/tiobench -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/ChangeLog,v 1.1 2003/11/15 08:21:20 mr_bones_ Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/ChangeLog,v 1.2 2004/03/04 00:23:57 mr_bones_ Exp $ + + 03 Mar 2004; Michael Sterrett tiobench-0.3.3.ebuild: + turn on large file support (bug #43000) *tiobench-0.3.3 (15 Nov 2003) diff --git a/app-benchmarks/tiobench/tiobench-0.3.3.ebuild b/app-benchmarks/tiobench/tiobench-0.3.3.ebuild index c13312a8c480..a078d2447edd 100644 --- a/app-benchmarks/tiobench/tiobench-0.3.3.ebuild +++ b/app-benchmarks/tiobench/tiobench-0.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/tiobench-0.3.3.ebuild,v 1.2 2004/01/14 03:55:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/tiobench-0.3.3.ebuild,v 1.3 2004/03/04 00:23:57 mr_bones_ Exp $ DESCRIPTION="Portable, robust, fully-threaded I/O benchmark program" HOMEPAGE="http://tiobench.sourceforge.net/" @@ -22,6 +22,7 @@ src_unpack() { -e 's:/usr/local/bin:/usr/sbin:' tiobench.pl || \ die "sed tiobench.pl failed" sed -i \ + -e '/DLARGEFILES/ s/^#//' \ -e "/^CFLAGS/ s:=.*:= ${CFLAGS}:" Makefile || \ die "sed Makefile failed" } -- cgit v1.2.3-65-gdbad