diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-02-02 22:11:45 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-02-02 22:11:45 +0000 |
commit | 12b429a3bbc48d5dfbd51ff82721b249e9f252fb (patch) | |
tree | fcbb694a712d8020e046595231f3c08320efeb13 /dev-util/strace/strace-4.5.1.ebuild | |
parent | Updated the start/stop script (Manifest recommit) (diff) | |
download | gentoo-2-12b429a3bbc48d5dfbd51ff82721b249e9f252fb.tar.gz gentoo-2-12b429a3bbc48d5dfbd51ff82721b249e9f252fb.tar.bz2 gentoo-2-12b429a3bbc48d5dfbd51ff82721b249e9f252fb.zip |
Updated 2.6 headers compatibility patch which now has a better detection mechanism and works transparently on SPARCs.
Diffstat (limited to 'dev-util/strace/strace-4.5.1.ebuild')
-rw-r--r-- | dev-util/strace/strace-4.5.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/strace/strace-4.5.1.ebuild b/dev-util/strace/strace-4.5.1.ebuild index ed14b35154c2..07210cdd8ec1 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-2004 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.4 2004/01/12 14:38:48 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.1.ebuild,v 1.5 2004/02/02 22:11:45 plasmaroo Exp $ inherit flag-o-matic @@ -22,8 +22,8 @@ src_compile() { replace-flags -O[3-9] -O2 fi filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE - # Patch is broken for sparc - use sparc || epatch ${FILESDIR}/${P}-2.6.patch + + epatch ${FILESDIR}/${P}-2.6.patch # configure is broken by default for sparc and possibly others, regen # from configure.in |