summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 04:30:37 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 04:30:37 +0000
commit2b4eeb2d5b1bfdb4126fc63ee8a937c2e3b82c3a (patch)
treee1aa7161416812bc93b4d8e01b3179a9f6fb365f /net-analyzer/net-snmp/net-snmp-5.1.ebuild
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-2b4eeb2d5b1bfdb4126fc63ee8a937c2e3b82c3a.tar.gz
gentoo-2-2b4eeb2d5b1bfdb4126fc63ee8a937c2e3b82c3a.tar.bz2
gentoo-2-2b4eeb2d5b1bfdb4126fc63ee8a937c2e3b82c3a.zip
Add die following econf for bug 48950
Diffstat (limited to 'net-analyzer/net-snmp/net-snmp-5.1.ebuild')
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/net-snmp/net-snmp-5.1.ebuild b/net-analyzer/net-snmp/net-snmp-5.1.ebuild
index e63e6cdf4687..d326cd9c8754 100644
--- a/net-analyzer/net-snmp/net-snmp-5.1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.1.ebuild,v 1.5 2004/02/22 22:35:38 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.1.ebuild,v 1.6 2004/04/26 04:28:20 agriffis Exp $
inherit eutils
@@ -46,7 +46,7 @@ src_compile() {
--enable-ucd-snmp-compatibility \
--enable-shared \
--with-zlib \
- ${myconf}
+ ${myconf} || die "econf failed"
emake -j1 || die "compile problem"