From c1e7d7b027ef56db3c110b753117880e77a136df Mon Sep 17 00:00:00 2001
From: Aron Griffis <agriffis@gentoo.org>
Date: Mon, 26 Apr 2004 02:15:13 +0000
Subject: Add die following econf for bug 48950

---
 media-gfx/frontline/ChangeLog              | 7 +++++--
 media-gfx/frontline/frontline-0.5.4.ebuild | 6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

(limited to 'media-gfx/frontline')

diff --git a/media-gfx/frontline/ChangeLog b/media-gfx/frontline/ChangeLog
index 409c1ef418cd..e59357f7ee55 100644
--- a/media-gfx/frontline/ChangeLog
+++ b/media-gfx/frontline/ChangeLog
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/frontline
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/frontline/ChangeLog,v 1.2 2004/03/01 12:25:17 aliz Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/frontline/ChangeLog,v 1.3 2004/04/26 02:13:39 agriffis Exp $
+
+  25 Apr 2004; Aron Griffis <agriffis@gentoo.org> frontline-0.5.4.ebuild:
+  Add die following econf for bug 48950
 
 *frontline-0.5.4 (12 Mar 2003)
 
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
 }
 
-- 
cgit v1.2.3-65-gdbad