diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 12:28:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 12:28:26 +0000 |
commit | 91ac1b4374c7182512024dfbce46aa57eec360f9 (patch) | |
tree | de36bf83661528e8e1e501b5d9a321c537310cdc /net-mail/base64 | |
parent | Marked stable on x86 (diff) | |
download | historical-91ac1b4374c7182512024dfbce46aa57eec360f9.tar.gz historical-91ac1b4374c7182512024dfbce46aa57eec360f9.tar.bz2 historical-91ac1b4374c7182512024dfbce46aa57eec360f9.zip |
Add die following econf for bug 48950
Diffstat (limited to 'net-mail/base64')
-rw-r--r-- | net-mail/base64/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/base64/base64-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/base64/ChangeLog b/net-mail/base64/ChangeLog index a320b0b94c24..6ed66ee6f864 100644 --- a/net-mail/base64/ChangeLog +++ b/net-mail/base64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/base64 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.4 2004/02/22 00:20:32 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.5 2004/04/26 12:15:38 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> base64-1.3.ebuild: + Add die following econf for bug 48950 22 Feb 2004; David Holm <dholm@gentoo.org> base64-1.3.ebuild: Added to ~ppc. diff --git a/net-mail/base64/base64-1.3.ebuild b/net-mail/base64/base64-1.3.ebuild index caa08a003eb9..324d903b4ef7 100644 --- a/net-mail/base64/base64-1.3.ebuild +++ b/net-mail/base64/base64-1.3.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-mail/base64/base64-1.3.ebuild,v 1.5 2004/02/22 00:20:32 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/base64-1.3.ebuild,v 1.6 2004/04/26 12:15:38 agriffis Exp $ IUSE="" DESCRIPTION="Command line program that encodes/decodes files in base64" @@ -13,7 +13,7 @@ DEPEND="virtual/glibc" S=${WORKDIR}/${P} src_compile() { - econf + econf || die "econf failed" emake || die } |