summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 02:15:13 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 02:15:13 +0000
commit7e435a473d425568a0073403eddeba6e67f2c984 (patch)
treec7e46ae87ba69b7e6836ac70a2dd7d421e494a99 /media-gfx/frontline/frontline-0.5.4.ebuild
parentremoved IUSE stuff (Manifest recommit) (diff)
downloadgentoo-2-7e435a473d425568a0073403eddeba6e67f2c984.tar.gz
gentoo-2-7e435a473d425568a0073403eddeba6e67f2c984.tar.bz2
gentoo-2-7e435a473d425568a0073403eddeba6e67f2c984.zip
Add die following econf for bug 48950
Diffstat (limited to 'media-gfx/frontline/frontline-0.5.4.ebuild')
-rw-r--r--media-gfx/frontline/frontline-0.5.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/frontline/frontline-0.5.4.ebuild b/media-gfx/frontline/frontline-0.5.4.ebuild
index a644ade1ca14..11dd129a8ba4 100644
--- a/media-gfx/frontline/frontline-0.5.4.ebuild
+++ b/media-gfx/frontline/frontline-0.5.4.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/media-gfx/frontline/frontline-0.5.4.ebuild,v 1.2 2003/04/06 07:37:16 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/frontline/frontline-0.5.4.ebuild,v 1.3 2004/04/26 02:13:40 agriffis Exp $
IUSE=""
@@ -18,7 +18,7 @@ DEPEND=">=media-gfx/autotrace-0.31.1
>=media-libs/imlib-1.8.2"
src_compile() {
- econf
+ econf || die "econf failed"
emake -j 1 || die
}