diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:01:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:01:37 +0000 |
commit | c8baffbb8f404d8ba9c9c98323215ce0475c50cf (patch) | |
tree | d84c4bb1d0b02926f9e7b4214aed38243c5e4c68 /app-crypt/heimdal | |
parent | update HOMEPAGE (diff) | |
download | historical-c8baffbb8f404d8ba9c9c98323215ce0475c50cf.tar.gz historical-c8baffbb8f404d8ba9c9c98323215ce0475c50cf.tar.bz2 historical-c8baffbb8f404d8ba9c9c98323215ce0475c50cf.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index d54448e02eb5..ae88762cd700 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/heimdal # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.31 2004/04/11 00:21:29 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.32 2004/04/25 22:00:33 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> heimdal-0.6.1.ebuild, + heimdal-0.6.ebuild: + Add die following econf for bug 48950 10 Apr 2004; Guy Martin <gmsoft@gentoo.org> heimdal-0.6.1.ebuild: Marked stable on hppa. 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) diff --git a/app-crypt/heimdal/heimdal-0.6.ebuild b/app-crypt/heimdal/heimdal-0.6.ebuild index ac98ed2eebbb..8cd104cd9030 100644 --- a/app-crypt/heimdal/heimdal-0.6.ebuild +++ b/app-crypt/heimdal/heimdal-0.6.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.ebuild,v 1.15 2004/03/30 09:12:47 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.ebuild,v 1.16 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) |