diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-06-09 08:41:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-06-09 08:41:59 +0000 |
commit | 777f6533065d5a1648fb4689ad79d1a6d5775cda (patch) | |
tree | 5f7ce0db706fea375b8f50678e482227e1a98415 /net-analyzer | |
parent | Add gcc-4.3 patch, bug 225439, Marek Miller <mlm@shells.pl> (diff) | |
download | gentoo-2-777f6533065d5a1648fb4689ad79d1a6d5775cda.tar.gz gentoo-2-777f6533065d5a1648fb4689ad79d1a6d5775cda.tar.bz2 gentoo-2-777f6533065d5a1648fb4689ad79d1a6d5775cda.zip |
Remove stale libtool macros from local m4 files #220819 by Paul Hartman.
(Portage version: 2.2_pre7-r1/cvs/Linux 2.6.25 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ntop/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-3.3.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog index 74d01ecf228f..77db96bba131 100644 --- a/net-analyzer/ntop/ChangeLog +++ b/net-analyzer/ntop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ntop -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.62 2007/11/13 02:29:58 mr_bones_ Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.63 2008/06/09 08:41:59 vapier Exp $ + + 09 Jun 2008; Mike Frysinger <vapier@gentoo.org> ntop-3.3.ebuild: + Remove stale libtool macros from local m4 files #220819 by Paul Hartman. 13 Nov 2007; Michael Sterrett <mr_bones_@gentoo.org> ntop-3.3.ebuild: take snmp out of deps since it's disabled for now diff --git a/net-analyzer/ntop/ntop-3.3.ebuild b/net-analyzer/ntop/ntop-3.3.ebuild index 5acc92d69efa..aa481af4e409 100644 --- a/net-analyzer/ntop/ntop-3.3.ebuild +++ b/net-analyzer/ntop/ntop-3.3.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/ntop/ntop-3.3.ebuild,v 1.5 2007/11/13 02:29:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.3.ebuild,v 1.6 2008/06/09 08:41:59 vapier Exp $ inherit eutils autotools @@ -64,6 +64,8 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/globals-core.c.diff epatch "${FILESDIR}"/${P}-build.patch + # remove local libtool garbage injected by upstream #220819 + cat acinclude.m4.in acinclude.m4.ntop > acinclude.m4 eautoreconf sed -i \ |