summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 12:44:43 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 12:44:43 +0000
commitd21eecfbdde8310799b03a2c5bdbe6f6445d6435 (patch)
treeeae71a3703b2e0b64409e8d980e64e506b69608e /net-misc/jwhois/jwhois-3.2.1.ebuild
parentFixed missing IUSE (diff)
downloadhistorical-d21eecfbdde8310799b03a2c5bdbe6f6445d6435.tar.gz
historical-d21eecfbdde8310799b03a2c5bdbe6f6445d6435.tar.bz2
historical-d21eecfbdde8310799b03a2c5bdbe6f6445d6435.zip
Add die following econf for bug 48950
Diffstat (limited to 'net-misc/jwhois/jwhois-3.2.1.ebuild')
-rw-r--r--net-misc/jwhois/jwhois-3.2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/jwhois/jwhois-3.2.1.ebuild b/net-misc/jwhois/jwhois-3.2.1.ebuild
index 52efe9557435..0bde4464ce98 100644
--- a/net-misc/jwhois/jwhois-3.2.1.ebuild
+++ b/net-misc/jwhois/jwhois-3.2.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-misc/jwhois/jwhois-3.2.1.ebuild,v 1.5 2004/03/01 22:04:37 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/jwhois/jwhois-3.2.1.ebuild,v 1.6 2004/04/26 12:34:30 agriffis Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Advanced Internet Whois client capable of recursive queries"
@@ -23,7 +23,7 @@ src_compile() {
myconf="${myconf} --sysconfdir=/etc --localstatedir=/var/cache/ --without-cache"
- econf $myconf
+ econf $myconf || die "econf failed"
emake || die
}