summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 04:06:53 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 04:06:53 +0000
commit016292583fd46f34b6d8f2c548535c72015f45db (patch)
treecea255bc38dd547df04ec980ad75b882850b1778 /media-sound/terminatorx/terminatorx-3.81.ebuild
parentAdd die following econf for bug 48950 (diff)
downloadhistorical-016292583fd46f34b6d8f2c548535c72015f45db.tar.gz
historical-016292583fd46f34b6d8f2c548535c72015f45db.tar.bz2
historical-016292583fd46f34b6d8f2c548535c72015f45db.zip
Add die following econf for bug 48950
Diffstat (limited to 'media-sound/terminatorx/terminatorx-3.81.ebuild')
-rw-r--r--media-sound/terminatorx/terminatorx-3.81.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/terminatorx/terminatorx-3.81.ebuild b/media-sound/terminatorx/terminatorx-3.81.ebuild
index d76dc7936df8..7c066d315126 100644
--- a/media-sound/terminatorx/terminatorx-3.81.ebuild
+++ b/media-sound/terminatorx/terminatorx-3.81.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/media-sound/terminatorx/terminatorx-3.81.ebuild,v 1.7 2004/04/23 22:29:15 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild,v 1.8 2004/04/26 04:06:53 agriffis Exp $
inherit gnome2
@@ -62,7 +62,7 @@ src_compile() {
&& myconf="${myconf} --enable-sox" \
|| myconf="${myconf} --disable-sox"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die
}