summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2006-10-31 21:04:47 +0000
committerMarkus Ullmann <jokey@gentoo.org>2006-10-31 21:04:47 +0000
commita61d94612645a5956417a6beb8cfdc88ccc91a90 (patch)
treec6e56489ec846a706fc07d1752489f2fbcbd94e1 /net-analyzer/scli/scli-0.2.12.ebuild
parentstable on amd64 (diff)
downloadgentoo-2-a61d94612645a5956417a6beb8cfdc88ccc91a90.tar.gz
gentoo-2-a61d94612645a5956417a6beb8cfdc88ccc91a90.tar.bz2
gentoo-2-a61d94612645a5956417a6beb8cfdc88ccc91a90.zip
Fixing automake stuff wrt bug #153256
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'net-analyzer/scli/scli-0.2.12.ebuild')
-rw-r--r--net-analyzer/scli/scli-0.2.12.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-analyzer/scli/scli-0.2.12.ebuild b/net-analyzer/scli/scli-0.2.12.ebuild
index 13c04cabffd6..77ce967b4a36 100644
--- a/net-analyzer/scli/scli-0.2.12.ebuild
+++ b/net-analyzer/scli/scli-0.2.12.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scli/scli-0.2.12.ebuild,v 1.6 2006/10/02 21:55:17 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scli/scli-0.2.12.ebuild,v 1.7 2006/10/31 21:04:47 jokey Exp $
-inherit eutils flag-o-matic
+WANT_AUTOCONF="latest"
+inherit eutils flag-o-matic autotools
DESCRIPTION="SNMP Command Line Interface"
HOMEPAGE="http://www.ibr.cs.tu-bs.de/projects/scli/"
@@ -30,7 +31,7 @@ src_unpack() {
}
src_compile() {
- WANT_AUTOCONF=2.5 autoconf || die "autoconf failed"
+ eautoconf
append-flags -I/usr/include/libxml2