summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-tv/mythtv/mythtv-0.13-r1.ebuild')
-rw-r--r--media-tv/mythtv/mythtv-0.13-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/mythtv/mythtv-0.13-r1.ebuild b/media-tv/mythtv/mythtv-0.13-r1.ebuild
index 0ecabc284b32..1ccb0492e5e2 100644
--- a/media-tv/mythtv/mythtv-0.13-r1.ebuild
+++ b/media-tv/mythtv/mythtv-0.13-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/mythtv/mythtv-0.13-r1.ebuild,v 1.2 2004/01/15 18:03:59 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.13-r1.ebuild,v 1.3 2004/04/26 04:08:33 agriffis Exp $
inherit flag-o-matic
@@ -90,7 +90,7 @@ src_compile() {
qmake -o "Makefile" "${PN}.pro"
- econf
+ econf || die "econf failed"
make || die "compile problem"
}