summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-09-15 14:37:54 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-09-15 14:37:54 +0000
commitad44f3583cb3d061a04ac1aa8628cb0d011d8987 (patch)
treefaca0d2dd20764d10f0b779721b070249101a35d /media-tv
parentadd additionally documentation, bug #46131; fix creation of fax group, bug #5... (diff)
downloadgentoo-2-ad44f3583cb3d061a04ac1aa8628cb0d011d8987.tar.gz
gentoo-2-ad44f3583cb3d061a04ac1aa8628cb0d011d8987.tar.bz2
gentoo-2-ad44f3583cb3d061a04ac1aa8628cb0d011d8987.zip
Closing #64012
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/mythfrontend/ChangeLog5
-rw-r--r--media-tv/mythfrontend/mythfrontend-0.16.ebuild3
2 files changed, 5 insertions, 3 deletions
diff --git a/media-tv/mythfrontend/ChangeLog b/media-tv/mythfrontend/ChangeLog
index 82d80221979c..455983858ef6 100644
--- a/media-tv/mythfrontend/ChangeLog
+++ b/media-tv/mythfrontend/ChangeLog
@@ -1,9 +1,10 @@
# ChangeLog for media-tv/mythfrontend
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/ChangeLog,v 1.23 2004/09/15 14:25:23 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/ChangeLog,v 1.24 2004/09/15 14:37:54 aliz Exp $
15 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> mythfrontend-0.16.ebuild:
- Added flag-o-matic. Found by D-Work on irc.
+ + Fix build error, closing #64012.
+ + Added flag-o-matic. Found by D-Work on irc.
12 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> mythfrontend-0.16.ebuild:
Make compilation distcc friendly, closing #63672.
diff --git a/media-tv/mythfrontend/mythfrontend-0.16.ebuild b/media-tv/mythfrontend/mythfrontend-0.16.ebuild
index c0313a72f706..4bc0675a2459 100644
--- a/media-tv/mythfrontend/mythfrontend-0.16.ebuild
+++ b/media-tv/mythfrontend/mythfrontend-0.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/mythfrontend-0.16.ebuild,v 1.5 2004/09/15 14:25:23 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/mythfrontend-0.16.ebuild,v 1.6 2004/09/15 14:37:54 aliz Exp $
inherit myth flag-o-matic
@@ -153,6 +153,7 @@ src_compile() {
sed -i -e "s:OPTFLAGS=.*:OPTFLAGS=${CFLAGS}:g" config.mak
qmake -o "Makefile" "mythtv.pro"
+ make qmake || die
emake -C libs/libavcodec || die
emake -C libs/libavformat || die
emake -C libs/libmyth || die