diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 04:11:45 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 04:11:45 +0000 |
commit | 77216d350c167d1945b56ba19b61a32226fbef58 (patch) | |
tree | 149e2c0538f649fa5b1c9e2f74a64dd2eac64f4a /media-tv/mythfrontend | |
parent | Remove entire installed instance from /usr/lib/MozillaFirefox in pkg_preinst ... (diff) | |
download | gentoo-2-77216d350c167d1945b56ba19b61a32226fbef58.tar.gz gentoo-2-77216d350c167d1945b56ba19b61a32226fbef58.tar.bz2 gentoo-2-77216d350c167d1945b56ba19b61a32226fbef58.zip |
Add die following econf for bug 48950
Diffstat (limited to 'media-tv/mythfrontend')
-rw-r--r-- | media-tv/mythfrontend/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/mythfrontend/mythfrontend-0.12.ebuild | 4 | ||||
-rw-r--r-- | media-tv/mythfrontend/mythfrontend-0.13.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-tv/mythfrontend/ChangeLog b/media-tv/mythfrontend/ChangeLog index 93d82f69dc2c..424a036f5a01 100644 --- a/media-tv/mythfrontend/ChangeLog +++ b/media-tv/mythfrontend/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/mythfrontend # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/ChangeLog,v 1.12 2004/03/10 19:00:35 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/ChangeLog,v 1.13 2004/04/26 04:07:44 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mythfrontend-0.12.ebuild, + mythfrontend-0.13.ebuild: + Add die following econf for bug 48950 10 Mar 2004; Max Kalika <max@gentoo.org> mythfrontend-0.14-r1.ebuild: Add the amd64 workaround as well as filtered flags from mythtv here as well. diff --git a/media-tv/mythfrontend/mythfrontend-0.12.ebuild b/media-tv/mythfrontend/mythfrontend-0.12.ebuild index 7b9667337dbe..8a21b0507f2b 100644 --- a/media-tv/mythfrontend/mythfrontend-0.12.ebuild +++ b/media-tv/mythfrontend/mythfrontend-0.12.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/mythfrontend/mythfrontend-0.12.ebuild,v 1.3 2004/01/15 18:03:50 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/mythfrontend-0.12.ebuild,v 1.4 2004/04/26 04:07:44 agriffis Exp $ inherit flag-o-matic @@ -81,7 +81,7 @@ src_compile() { qmake -o "Makefile" "mythtv.pro" - econf + econf || die "econf failed" make || die "compile problem" } diff --git a/media-tv/mythfrontend/mythfrontend-0.13.ebuild b/media-tv/mythfrontend/mythfrontend-0.13.ebuild index b81d73e32f54..2cbb21c7d7f5 100644 --- a/media-tv/mythfrontend/mythfrontend-0.13.ebuild +++ b/media-tv/mythfrontend/mythfrontend-0.13.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/mythfrontend/mythfrontend-0.13.ebuild,v 1.2 2004/01/15 18:03:50 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/mythfrontend-0.13.ebuild,v 1.3 2004/04/26 04:07:44 agriffis Exp $ inherit flag-o-matic @@ -81,7 +81,7 @@ src_compile() { qmake -o "Makefile" "mythtv.pro" - econf + econf || die "econf failed" make || die "compile problem" } |