From 2a1a0766b12bff99c2fed5c873eec9b8529ab07d Mon Sep 17 00:00:00 2001 From: Tim Yamin Date: Thu, 25 Dec 2003 00:43:01 +0000 Subject: Added a patch to get strace to compile on 2.6. series kernels. --- dev-util/strace/strace-4.5.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-util/strace/strace-4.5.1.ebuild') diff --git a/dev-util/strace/strace-4.5.1.ebuild b/dev-util/strace/strace-4.5.1.ebuild index 44524869fbc6..daaaa0c1a0b9 100644 --- a/dev-util/strace/strace-4.5.1.ebuild +++ b/dev-util/strace/strace-4.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.1.ebuild,v 1.2 2003/11/19 20:36:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.1.ebuild,v 1.3 2003/12/25 00:42:45 plasmaroo Exp $ inherit flag-o-matic @@ -22,6 +22,7 @@ src_compile() { replace-flags -O[3-9] -O2 fi filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE + epatch ${FILESDIR}/${P}-2.6.patch # configure is broken by default for sparc and possibly others, regen # from configure.in -- cgit v1.2.3-65-gdbad