diff options
author | Davide Pesavento <pesa@gentoo.org> | 2015-05-09 19:51:00 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2015-05-09 19:51:00 +0000 |
commit | 4d9e604968293b0575b6516141c4342d8b417e94 (patch) | |
tree | ed08094ec2cc50e5aea4c2bc4f573a7aea2f950e /eclass | |
parent | Move workaround for bug 367045 from qtgui ebuild to eclass. (diff) | |
download | historical-4d9e604968293b0575b6516141c4342d8b417e94.tar.gz historical-4d9e604968293b0575b6516141c4342d8b417e94.tar.bz2 historical-4d9e604968293b0575b6516141c4342d8b417e94.zip |
graphite support was dropped from gcc-4.7
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/qt4-build-multilib.eclass | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 1e7a027df10d..062549c9753e 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1608 2015/05/09 19:48:37 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1609 2015/05/09 19:51:00 pesa Exp $ + + 09 May 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: + graphite support was dropped from gcc-4.7 09 May 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: Move workaround for bug 367045 from qtgui ebuild to eclass. diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index 69ae0e657c1a..e20f72b05497 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.12 2015/05/09 19:48:37 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.13 2015/05/09 19:51:00 pesa Exp $ # @ECLASS: qt4-build-multilib.eclass # @MAINTAINER: @@ -187,12 +187,6 @@ qt4-build-multilib_src_prepare() { append-flags -mminimal-toc fi - # Bug 417105 - # graphite on gcc 4.7 causes miscompilations - if [[ $(gcc-version) == "4.7" ]]; then - filter-flags -fgraphite-identity - fi - # Read also AR from the environment sed -i -e 's/^SYSTEM_VARIABLES="/&AR /' \ configure || die "sed SYSTEM_VARIABLES failed" |