summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2008-07-05 15:03:09 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2008-07-05 15:03:09 +0000
commitbbb793a8864b6c95ebdfbc185da79fb07013d352 (patch)
tree3cb32059e03e5e7bd6df9640f2f3d8df3f15a27e /net-analyzer/ntop/ntop-3.3.6.ebuild
parentamd64 stable wrt bug #228535 (diff)
downloadgentoo-2-bbb793a8864b6c95ebdfbc185da79fb07013d352.tar.gz
gentoo-2-bbb793a8864b6c95ebdfbc185da79fb07013d352.tar.bz2
gentoo-2-bbb793a8864b6c95ebdfbc185da79fb07013d352.zip
Fix for libtool-2.2, bug #230853.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
Diffstat (limited to 'net-analyzer/ntop/ntop-3.3.6.ebuild')
-rw-r--r--net-analyzer/ntop/ntop-3.3.6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/ntop/ntop-3.3.6.ebuild b/net-analyzer/ntop/ntop-3.3.6.ebuild
index de4ae89d0785..1275ec04839e 100644
--- a/net-analyzer/ntop/ntop-3.3.6.ebuild
+++ b/net-analyzer/ntop/ntop-3.3.6.ebuild
@@ -1,6 +1,6 @@
# 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.6.ebuild,v 1.1 2008/07/04 23:44:20 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.3.6.ebuild,v 1.2 2008/07/05 15:03:09 loki_val Exp $
inherit eutils autotools
@@ -66,9 +66,9 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${P}-gentoo.patch
-
+ cat acinclude.m4.in acinclude.m4.ntop > acinclude.m4
eautoreconf
- cp /usr/share/aclocal/libtool.m4 libtool.m4.in || die "failed to copy libtool.m4"
+ touch libtool.m4.in
}
src_compile() {