Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 250631
Collapse All | Expand All

(-)strace-4.5.18.ebuild (-6 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild,v 1.14 2009/05/30 00:17:44 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild,v 1.14 2009/05/30 00:17:44 vapier Exp $
4
4
5
inherit flag-o-matic
5
inherit autotools flag-o-matic
6
6
7
DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
7
DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
8
HOMEPAGE="http://sourceforge.net/projects/strace/"
8
HOMEPAGE="http://sourceforge.net/projects/strace/"
Lines 19-29 Link Here
19
	unpack ${A}
19
	unpack ${A}
20
	cd "${S}"
20
	cd "${S}"
21
21
22
	#epatch "${FILESDIR}"/${PN}-4.5.11-fbsd.patch
22
	epatch "${FILESDIR}"/${P}-hppa.patch #250631
23
23
	eautoreconf
24
	epatch "${FILESDIR}"/strace-fix-arm-bad-syscall.patch
25
	epatch "${FILESDIR}"/${PN}-4.5.18-arm-syscalls.patch #241168
26
	epatch "${FILESDIR}"/${PN}-4.5.18-arm-cache.patch #266014
27
}
24
}
28
25
29
src_compile() {
26
src_compile() {

Return to bug 250631