diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:05:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:05:10 +0000 |
commit | d75a668ac090cb0414a8fd34bd324782a4e98afe (patch) | |
tree | 4863654fb4fed9ecb9d46403af4ee8114a9ad772 /app-editors/bvi/bvi-1.3.1.ebuild | |
parent | add inherit eutils (diff) | |
download | historical-d75a668ac090cb0414a8fd34bd324782a4e98afe.tar.gz historical-d75a668ac090cb0414a8fd34bd324782a4e98afe.tar.bz2 historical-d75a668ac090cb0414a8fd34bd324782a4e98afe.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-editors/bvi/bvi-1.3.1.ebuild')
-rw-r--r-- | app-editors/bvi/bvi-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/bvi/bvi-1.3.1.ebuild b/app-editors/bvi/bvi-1.3.1.ebuild index 34d35de8b614..8bed5d19589c 100644 --- a/app-editors/bvi/bvi-1.3.1.ebuild +++ b/app-editors/bvi/bvi-1.3.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/app-editors/bvi/bvi-1.3.1.ebuild,v 1.5 2004/03/31 12:30:42 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bvi/bvi-1.3.1.ebuild,v 1.6 2004/04/25 22:02:38 agriffis Exp $ DESCRIPTION="display-oriented editor for binary files, based on the vi texteditor" HOMEPAGE="http://bvi.sourceforge.net/" @@ -13,7 +13,7 @@ KEYWORDS="x86 ~amd64" DEPEND="sys-libs/ncurses" src_compile() { - econf --with-ncurses=/usr + econf --with-ncurses=/usr || die "econf failed" cp bmore.h bmore.h.old sed -e 's:ncurses/term.h:term.h:g' bmore.h.old > bmore.h |