diff options
author | 2008-02-22 03:44:12 +0000 | |
---|---|---|
committer | 2008-02-22 03:44:12 +0000 | |
commit | ac68a8b63365d609a2605bce61e79d7a4ec4450a (patch) | |
tree | 80ead4ebf947cbe7d5f4042a6780c1bc2cb0fde6 /dev-util/strace/strace-4.5.16-r1.ebuild | |
parent | Stable for HPPA (bug #209368). (diff) | |
download | historical-ac68a8b63365d609a2605bce61e79d7a4ec4450a.tar.gz historical-ac68a8b63365d609a2605bce61e79d7a4ec4450a.tar.bz2 historical-ac68a8b63365d609a2605bce61e79d7a4ec4450a.zip |
Fix building on sparc with -O3 #204457.
Package-Manager: portage-2.2_pre2
Diffstat (limited to 'dev-util/strace/strace-4.5.16-r1.ebuild')
-rw-r--r-- | dev-util/strace/strace-4.5.16-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/strace/strace-4.5.16-r1.ebuild b/dev-util/strace/strace-4.5.16-r1.ebuild index 66a6fa7f1bcf..f6e7b5d48240 100644 --- a/dev-util/strace/strace-4.5.16-r1.ebuild +++ b/dev-util/strace/strace-4.5.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.16-r1.ebuild,v 1.9 2008/02/05 10:39:44 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.16-r1.ebuild,v 1.10 2008/02/22 03:44:11 vapier Exp $ inherit flag-o-matic autotools @@ -27,6 +27,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-mips-syscallent.patch epatch "${FILESDIR}"/${P}-sh-updates.patch epatch "${FILESDIR}"/${P}-sparc-updates.patch #162789 + epatch "${FILESDIR}"/${P}-sparc-times.patch #204457 epatch "${FILESDIR}"/${P}-getdents-infinite-loop.patch eautoreconf |