summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 15:01:17 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 15:01:17 +0000
commit3fc66c9a61bfbbe0fc21baa500b354100ee6bee3 (patch)
tree564a57db0480539199e5239fb397f31159379e48 /x11-plugins/astime/astime-2.8.ebuild
parentAdd die following econf for bug 48950 (diff)
downloadhistorical-3fc66c9a61bfbbe0fc21baa500b354100ee6bee3.tar.gz
historical-3fc66c9a61bfbbe0fc21baa500b354100ee6bee3.tar.bz2
historical-3fc66c9a61bfbbe0fc21baa500b354100ee6bee3.zip
Add die following econf for bug 48950
Diffstat (limited to 'x11-plugins/astime/astime-2.8.ebuild')
-rw-r--r--x11-plugins/astime/astime-2.8.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/astime/astime-2.8.ebuild b/x11-plugins/astime/astime-2.8.ebuild
index 2e870525ce16..51427ccc6ee0 100644
--- a/x11-plugins/astime/astime-2.8.ebuild
+++ b/x11-plugins/astime/astime-2.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/astime/astime-2.8.ebuild,v 1.6 2004/03/26 23:10:05 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/astime/astime-2.8.ebuild,v 1.7 2004/04/26 14:57:44 agriffis Exp $
DESCRIPTION="Analogue clock utility for X Windows."
HOMEPAGE="http://www.tigr.net/"
@@ -17,7 +17,7 @@ src_compile() {
local myconf
use jpeg || myconf="--disable-jpeg"
- econf $myconf
+ econf $myconf || die "econf failed"
emake
}