summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 14:43:52 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 14:43:52 +0000
commitc88477d1d022855f3527a231d98d1e9dce7333de (patch)
tree66f1c24bf15a56fe9c5104dc6e7da915b50f8296 /sys-libs/libxcrypt
parentStable on x86. (Manifest recommit) (diff)
downloadgentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.tar.gz
gentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.tar.bz2
gentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.zip
Add die following econf for bug 48950
Diffstat (limited to 'sys-libs/libxcrypt')
-rw-r--r--sys-libs/libxcrypt/ChangeLog7
-rw-r--r--sys-libs/libxcrypt/libxcrypt-2.0.ebuild4
2 files changed, 7 insertions, 4 deletions
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 <agriffis@gentoo.org> 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
}