summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 22:27:19 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 22:27:19 +0000
commit98338b18b35a1662364b7d35d60d20b4cf8c199e (patch)
treeb3947703d456c2040c9f256ef8365c527234c106 /app-misc/screen/screen-4.0.2.ebuild
parentVersion bumped. Closes 48723 (Manifest recommit) (diff)
downloadgentoo-2-98338b18b35a1662364b7d35d60d20b4cf8c199e.tar.gz
gentoo-2-98338b18b35a1662364b7d35d60d20b4cf8c199e.tar.bz2
gentoo-2-98338b18b35a1662364b7d35d60d20b4cf8c199e.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-misc/screen/screen-4.0.2.ebuild')
-rw-r--r--app-misc/screen/screen-4.0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/screen/screen-4.0.2.ebuild b/app-misc/screen/screen-4.0.2.ebuild
index 9a14f9a2076d..68f5e069d405 100644
--- a/app-misc/screen/screen-4.0.2.ebuild
+++ b/app-misc/screen/screen-4.0.2.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-misc/screen/screen-4.0.2.ebuild,v 1.3 2004/04/12 23:56:06 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.2.ebuild,v 1.4 2004/04/25 22:23:11 agriffis Exp $
inherit eutils flag-o-matic
@@ -58,7 +58,7 @@ src_compile() {
$(use_enable pam) \
--with-socket-dir=/var/run/screen \
--with-sys-screenrc=/etc/screenrc \
- --enable-rxvt_osc ${myconf}
+ --enable-rxvt_osc ${myconf} || die "econf failed"
# # Fix bug 12683 by fixing up term.h (remove dups and add missing).
# # This is really an upstream problem in screen, I think.