From 77216d350c167d1945b56ba19b61a32226fbef58 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Mon, 26 Apr 2004 04:11:45 +0000 Subject: Add die following econf for bug 48950 --- media-tv/tvtime/tvtime-0.9.10-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media-tv/tvtime/tvtime-0.9.10-r1.ebuild') diff --git a/media-tv/tvtime/tvtime-0.9.10-r1.ebuild b/media-tv/tvtime/tvtime-0.9.10-r1.ebuild index e914bdb08ff2..93ed6f5bd4b9 100644 --- a/media-tv/tvtime/tvtime-0.9.10-r1.ebuild +++ b/media-tv/tvtime/tvtime-0.9.10-r1.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-tv/tvtime/tvtime-0.9.10-r1.ebuild,v 1.5 2004/01/12 19:23:47 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvtime/tvtime-0.9.10-r1.ebuild,v 1.6 2004/04/26 04:09:41 agriffis Exp $ DESCRIPTION="High quality television application for use with video capture cards." HOMEPAGE="http://tvtime.net/" @@ -31,7 +31,7 @@ src_compile() { myconf="${myconf} `use_with directfb`" myconf="${myconf} `use_with sdl` `use_enable sdl sdltest`" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "compile problem" } -- cgit v1.2.3-65-gdbad