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 | 8cc5ad5433c0056275f821257d9c2ebc0892de7a (patch) | |
tree | ba460daaa9a8a1648b600678fc1fd1f9b6f7ef01 /app-crypt/heimdal/heimdal-0.6.1.ebuild | |
parent | add inherit eutils (diff) | |
download | gentoo-2-8cc5ad5433c0056275f821257d9c2ebc0892de7a.tar.gz gentoo-2-8cc5ad5433c0056275f821257d9c2ebc0892de7a.tar.bz2 gentoo-2-8cc5ad5433c0056275f821257d9c2ebc0892de7a.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-crypt/heimdal/heimdal-0.6.1.ebuild')
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/heimdal/heimdal-0.6.1.ebuild b/app-crypt/heimdal/heimdal-0.6.1.ebuild index 32bc97d514f9..1ec8477e6604 100644 --- a/app-crypt/heimdal/heimdal-0.6.1.ebuild +++ b/app-crypt/heimdal/heimdal-0.6.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-crypt/heimdal/heimdal-0.6.1.ebuild,v 1.8 2004/04/11 00:21:29 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.1.ebuild,v 1.9 2004/04/25 22:00:33 agriffis Exp $ inherit libtool eutils @@ -59,7 +59,7 @@ src_compile() { #use ldap && myconf="${myconf} --with-open-ldap=/usr" - econf ${myconf} + econf ${myconf} || die "econf failed" # editline archive is linked into shared objects, needs to be # built with -fPIC (16 Feb 2004 agriffis) |