summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2004-12-16 21:34:37 +0000
committerDoug Goldstein <cardoe@gentoo.org>2004-12-16 21:34:37 +0000
commit29ca3b09031e9d3403583b29fb0bd0f27f74fcb9 (patch)
treea440949618354abd7a07260d59af22d393b786ec /media-tv/mythtv
parentstable on ppc64 (diff)
downloadhistorical-29ca3b09031e9d3403583b29fb0bd0f27f74fcb9.tar.gz
historical-29ca3b09031e9d3403583b29fb0bd0f27f74fcb9.tar.bz2
historical-29ca3b09031e9d3403583b29fb0bd0f27f74fcb9.zip
fix for -O3 & P4
Diffstat (limited to 'media-tv/mythtv')
-rw-r--r--media-tv/mythtv/mythtv-0.16.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-tv/mythtv/mythtv-0.16.ebuild b/media-tv/mythtv/mythtv-0.16.ebuild
index 8e4806c3e4d9..e055bc35a85e 100644
--- a/media-tv/mythtv/mythtv-0.16.ebuild
+++ b/media-tv/mythtv/mythtv-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/mythtv/mythtv-0.16.ebuild,v 1.9 2004/12/05 00:46:13 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.16.ebuild,v 1.10 2004/12/16 21:33:07 cardoe Exp $
inherit myth flag-o-matic eutils
@@ -144,6 +144,9 @@ src_unpack() {
# Fix bugs 40964 and 42943.
filter-flags -fforce-addr -fPIC
+ # fix bug 67832, fix can be removed for 0.17 when its released
+ is-flag "-march=pentium4" && replace-flags "-O3" "-O2"
+
myth_src_unpack
epatch ${FILESDIR}/${P}-cx88.patch