summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 12:40:55 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 12:40:55 +0000
commita8c7e33eab061bc08a066ea5538e29612b7f57b0 (patch)
treec4bbe7b1312b28d18ae6a5585260ed2c670a5a91 /net-misc/portfwd/portfwd-0.26_rc6.ebuild
parentMarked stable on x86 (Manifest recommit) (diff)
downloadgentoo-2-a8c7e33eab061bc08a066ea5538e29612b7f57b0.tar.gz
gentoo-2-a8c7e33eab061bc08a066ea5538e29612b7f57b0.tar.bz2
gentoo-2-a8c7e33eab061bc08a066ea5538e29612b7f57b0.zip
Add die following econf for bug 48950
Diffstat (limited to 'net-misc/portfwd/portfwd-0.26_rc6.ebuild')
-rw-r--r--net-misc/portfwd/portfwd-0.26_rc6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/portfwd/portfwd-0.26_rc6.ebuild b/net-misc/portfwd/portfwd-0.26_rc6.ebuild
index 67f9f5f1b975..3f5d269430e1 100644
--- a/net-misc/portfwd/portfwd-0.26_rc6.ebuild
+++ b/net-misc/portfwd/portfwd-0.26_rc6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/portfwd/portfwd-0.26_rc6.ebuild,v 1.3 2003/12/03 21:22:18 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/portfwd/portfwd-0.26_rc6.ebuild,v 1.4 2004/04/26 12:40:55 agriffis Exp $
DESCRIPTION="Port Forwarding Daemon"
SRC_URI="mirror://sourceforge/${PN}/${P/_/}.tar.gz"
@@ -38,7 +38,7 @@ src_compile() {
cd ${WORKDIR}/${P/_/}
./bootstrap
- econf
+ econf || die "econf failed"
emake
}