diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2003-12-25 00:43:01 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2003-12-25 00:43:01 +0000 |
commit | bb85cb99b857166e8f7782cbf8bcbd0f7e94912d (patch) | |
tree | 987802ce5df02417624c0a6ed1ad4d951db5f6ff /dev-util/strace/strace-4.5.1.ebuild | |
parent | No longer available on CPAN (diff) | |
download | historical-bb85cb99b857166e8f7782cbf8bcbd0f7e94912d.tar.gz historical-bb85cb99b857166e8f7782cbf8bcbd0f7e94912d.tar.bz2 historical-bb85cb99b857166e8f7782cbf8bcbd0f7e94912d.zip |
Added a patch to get strace to compile on 2.6. series kernels.
Diffstat (limited to 'dev-util/strace/strace-4.5.1.ebuild')
-rw-r--r-- | dev-util/strace/strace-4.5.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |