diff options
author | 2002-06-03 21:25:35 +0000 | |
---|---|---|
committer | 2002-06-03 21:25:35 +0000 | |
commit | b7cf338840f298bf9639c782957597117ae10bd7 (patch) | |
tree | 04c8eaf492aff85d10387ddab56a989a2c1a0dcf /dev-util/strace | |
parent | ChangeLog whoops (diff) | |
download | historical-b7cf338840f298bf9639c782957597117ae10bd7.tar.gz historical-b7cf338840f298bf9639c782957597117ae10bd7.tar.bz2 historical-b7cf338840f298bf9639c782957597117ae10bd7.zip |
Fixes for Sparc
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/strace-4.4.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-util/strace/strace-4.4.ebuild b/dev-util/strace/strace-4.4.ebuild index 062cd9e71d3e..38f2da64d8d6 100644 --- a/dev-util/strace/strace-4.4.ebuild +++ b/dev-util/strace/strace-4.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author: Achim Gottinger <achim@gentoo.org> # Maintainer: Jon Nelson <jnelson@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.ebuild,v 1.2 2002/05/17 05:06:52 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.ebuild,v 1.3 2002/06/03 21:25:35 murphy Exp $ # NOTE: For some reason, upstream has changed the naming scheme # for the tarballs to something quite lame: @@ -25,10 +25,13 @@ HOMEPAGE="http://www.wi.leidenuniv.nl/~wichert/strace/" LICENSE="as-is" SLOT="0" -DEPEND="virtual/glibc" +DEPEND="virtual/glibc sys-devel/autoconf" RDEPEND="${DEPEND}" src_compile() { + # configure is broken by default for sparc and possibly others, regen + # from configure.in + autoconf ./configure --prefix=/usr || die emake || die } |