diff options
Diffstat (limited to 'net-analyzer/net-snmp/net-snmp-5.2.ebuild')
-rw-r--r-- | net-analyzer/net-snmp/net-snmp-5.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/net-snmp/net-snmp-5.2.ebuild b/net-analyzer/net-snmp/net-snmp-5.2.ebuild index 03ca538e67bd..7e0c292c0f4b 100644 --- a/net-analyzer/net-snmp/net-snmp-5.2.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.2.ebuild,v 1.2 2004/12/17 12:31:41 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.2.ebuild,v 1.3 2005/01/08 10:46:09 dragonheart Exp $ inherit eutils @@ -52,6 +52,7 @@ src_unpack() { sed -i -e 's/^NSC_AGENTLIBS="@AGENTLIBS@"/NSC_AGENTLIBS="@AGENTLIBS@ @WRAPLIBS@"/' net-snmp-config.in sed -i -e 's;embed_perl="yes",;embed_perl=$enableval,;' configure.in + sed -i -e 's;tail -1;tail -n 1;g' * dist/net-snmp-solaris-build/DEVENV autoconf || die "autoconf failed" } |