diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2008-01-26 01:23:24 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2008-01-26 01:23:24 +0000 |
commit | ba17d10ab55b9fe1637bb294712aebebd408b918 (patch) | |
tree | c502541a9b452ce15b9e4eba24a1ac4fd689f025 /net-analyzer | |
parent | Bump vmware-modules to any-any115, and apply fixes for wireless and 2.6.24. (diff) | |
download | gentoo-2-ba17d10ab55b9fe1637bb294712aebebd408b918.tar.gz gentoo-2-ba17d10ab55b9fe1637bb294712aebebd408b918.tar.bz2 gentoo-2-ba17d10ab55b9fe1637bb294712aebebd408b918.zip |
Move eautoreconf call to src_unpack (bug #207465)
(Portage version: 2.1.4)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/pchar/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/pchar/pchar-1.5.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-analyzer/pchar/ChangeLog b/net-analyzer/pchar/ChangeLog index bca986da20a6..8f587f136c94 100644 --- a/net-analyzer/pchar/ChangeLog +++ b/net-analyzer/pchar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/pchar -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pchar/ChangeLog,v 1.4 2007/01/29 20:45:15 chutzpah Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pchar/ChangeLog,v 1.5 2008/01/26 01:23:24 chutzpah Exp $ + + 26 Jan 2008; Patrick McLean <chutzpah@gentoo.org> pchar-1.5.ebuild: + Move eautoreconf call to src_unpack (bug #207465) 29 Jan 2007; Patrick McLean <chutzpah@gentoo.org> pchar-1.5.ebuild: Add WANT_AUTOCONF and WANT_AUTOMAKE vars so this will actually build again. diff --git a/net-analyzer/pchar/pchar-1.5.ebuild b/net-analyzer/pchar/pchar-1.5.ebuild index c9df4d267b98..66aa39662939 100644 --- a/net-analyzer/pchar/pchar-1.5.ebuild +++ b/net-analyzer/pchar/pchar-1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pchar/pchar-1.5.ebuild,v 1.4 2007/01/29 20:45:15 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pchar/pchar-1.5.ebuild,v 1.5 2008/01/26 01:23:24 chutzpah Exp $ WANT_AUTOMAKE="latest" WANT_AUTOCONF="2.1" @@ -25,11 +25,11 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${P}-snmp.patch -} -src_compile() { eautoreconf +} +src_compile() { econf --without-suid \ $(use_with ipv6) \ $(use_with snmp snmp /usr/lib) \ |