From 2e2984b4b03d79ab0247766c1b89fd1d619b0f23 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Mon, 26 Apr 2004 14:42:08 +0000 Subject: Add die following econf for bug 48950 --- sys-libs/libxcrypt/ChangeLog | 7 +++++-- sys-libs/libxcrypt/libxcrypt-2.0.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'sys-libs/libxcrypt') diff --git a/sys-libs/libxcrypt/ChangeLog b/sys-libs/libxcrypt/ChangeLog index b93ca7c13052..b40e9fbb3695 100644 --- a/sys-libs/libxcrypt/ChangeLog +++ b/sys-libs/libxcrypt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libxcrypt -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/ChangeLog,v 1.1 2004/01/20 23:10:23 method Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/ChangeLog,v 1.2 2004/04/26 14:40:52 agriffis Exp $ + + 26 Apr 2004; Aron Griffis libxcrypt-2.0.ebuild: + Add die following econf for bug 48950 *libxcrypt-2.0 (20 Jan 2004) diff --git a/sys-libs/libxcrypt/libxcrypt-2.0.ebuild b/sys-libs/libxcrypt/libxcrypt-2.0.ebuild index f212cc276035..f509a391c8b2 100644 --- a/sys-libs/libxcrypt/libxcrypt-2.0.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-2.0.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/sys-libs/libxcrypt/libxcrypt-2.0.ebuild,v 1.1 2004/01/20 23:10:23 method Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.0.ebuild,v 1.2 2004/04/26 14:40:52 agriffis Exp $ DESCRIPTION="Libxcrypt is a replacement for libcrypt, which comes with the GNU C \ Library. It supports DES crypt, MD5, and passwords with blowfish encryption." @@ -25,7 +25,7 @@ src_unpack() { } src_compile() { - econf + econf || die "econf failed" emake } -- cgit v1.2.3-65-gdbad