diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-11-10 15:24:03 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-11-10 15:24:03 +0000 |
commit | 5c6e41f0324e29cad13c335f1556464b743e4400 (patch) | |
tree | 19e54d79ec3076b74816dfa1764685148137e93b /media-tv/mythtv | |
parent | add a trunk ebuild for bleeding edge users (diff) | |
download | gentoo-2-5c6e41f0324e29cad13c335f1556464b743e4400.tar.gz gentoo-2-5c6e41f0324e29cad13c335f1556464b743e4400.tar.bz2 gentoo-2-5c6e41f0324e29cad13c335f1556464b743e4400.zip |
comment out setting CFLAGS and CXXFLAGS to "" for bug #279944
(Portage version: 2.1.7.4/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/mythtv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 5 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.22_p22778.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index 89e52fde39f2..4616a262acd5 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-tv/mythtv # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.290 2009/11/10 15:07:18 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.291 2009/11/10 15:24:03 cardoe Exp $ + + 10 Nov 2009; Doug Goldstein <cardoe@gentoo.org> mythtv-0.22_p22778.ebuild: + comment out setting CFLAGS and CXXFLAGS to "" for bug #279944 *mythtv-0.23_alpha22784 (10 Nov 2009) diff --git a/media-tv/mythtv/mythtv-0.22_p22778.ebuild b/media-tv/mythtv/mythtv-0.22_p22778.ebuild index 7742c493258f..3c253db73940 100644 --- a/media-tv/mythtv/mythtv-0.22_p22778.ebuild +++ b/media-tv/mythtv/mythtv-0.22_p22778.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_p22778.ebuild,v 1.1 2009/11/10 14:56:26 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_p22778.ebuild,v 1.2 2009/11/10 15:24:03 cardoe Exp $ EAPI=2 inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python @@ -160,8 +160,8 @@ src_configure() { hasq ccache ${FEATURES} || myconf="${myconf} --disable-ccache" # let MythTV come up with our CFLAGS. Upstream will support this - CFLAGS="" - CXXFLAGS="" + #CFLAGS="" + #CXXFLAGS="" einfo "Running ./configure ${myconf}" sh ./configure ${myconf} || die "configure died" } |