diff options
Diffstat (limited to 'media-tv/mythfrontend/mythfrontend-0.16.ebuild')
-rw-r--r-- | media-tv/mythfrontend/mythfrontend-0.16.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-tv/mythfrontend/mythfrontend-0.16.ebuild b/media-tv/mythfrontend/mythfrontend-0.16.ebuild index e989d3e95310..d388f7fbe3a7 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.8 2004/09/18 10:21:40 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/mythfrontend-0.16.ebuild,v 1.9 2004/12/05 00:52:43 iggy Exp $ inherit myth flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.mythtv.org/mc/mythtv-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64" IUSE="alsa arts dvb directfb lcd lirc nvidia cle266 opengl X xv oss debug mmx nls" DEPEND=">=media-libs/freetype-2.0 @@ -152,6 +152,7 @@ src_unpack() { filter-flags -fforce-addr -fPIC myth_src_unpack + sed -i '32i #include <cmath>' ${S}/libs/libmythtv/dvbdiseqc.cpp } src_compile() { |