diff options
author | 2007-04-02 17:12:50 +0000 | |
---|---|---|
committer | 2007-04-02 17:12:50 +0000 | |
commit | e8c460a1ee7318df2bc772f1f7a34b14a3024fbf (patch) | |
tree | 31c4706d497459569c265bd0dbc06574d71d58be /dev-util/strace/strace-4.5.12.ebuild | |
parent | ia64 stable wrt bug 173040 (diff) | |
download | gentoo-2-e8c460a1ee7318df2bc772f1f7a34b14a3024fbf.tar.gz gentoo-2-e8c460a1ee7318df2bc772f1f7a34b14a3024fbf.tar.bz2 gentoo-2-e8c460a1ee7318df2bc772f1f7a34b14a3024fbf.zip |
apply CTL_PROC fix here as well
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-util/strace/strace-4.5.12.ebuild')
-rw-r--r-- | dev-util/strace/strace-4.5.12.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-util/strace/strace-4.5.12.ebuild b/dev-util/strace/strace-4.5.12.ebuild index 825bf87c7a86..cb573814cdf1 100644 --- a/dev-util/strace/strace-4.5.12.ebuild +++ b/dev-util/strace/strace-4.5.12.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.12.ebuild,v 1.18 2007/01/17 06:45:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.12.ebuild,v 1.19 2007/04/02 17:12:50 vapier Exp $ -inherit flag-o-matic +inherit flag-o-matic autotools DESCRIPTION="A useful diagnostic, instructional, and debugging tool" HOMEPAGE="http://sourceforge.net/projects/strace/" @@ -39,7 +39,9 @@ src_unpack() { # (08 Feb 2005 agriffis) epatch "${FILESDIR}"/strace-4.5.8-ia64.patch - aclocal && autoheader && autoconf && automake || die "autotools failed" + epatch "${FILESDIR}"/${PN}-4.5.14-CTL_PROC.patch #150907 + + eautoreconf } src_compile() { |