From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3D384138CA3 for ; Sun, 10 May 2015 01:18:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58F6EE083B; Sun, 10 May 2015 01:18:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA172E083B for ; Sun, 10 May 2015 01:18:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAF07340DDD for ; Sun, 10 May 2015 01:18:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CFB69CD for ; Sun, 10 May 2015 01:18:42 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1431220363.02b430583079d5d4f98bb76b19fa612c93c0050f.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt4-build-multilib.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 02b430583079d5d4f98bb76b19fa612c93c0050f X-VCS-Branch: master Date: Sun, 10 May 2015 01:18:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d3f02300-5e4a-4f45-ac67-1bac03160204 X-Archives-Hash: cc8019e641b0a8e839a471436449ea79 commit: 02b430583079d5d4f98bb76b19fa612c93c0050f Author: Davide Pesavento gentoo org> AuthorDate: Sun May 10 01:12:43 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun May 10 01:12:43 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=02b43058 [qt4-build-multilib.eclass] Sync. eclass/qt4-build-multilib.eclass | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index 8a0d45c..0fbe454 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -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" @@ -355,6 +349,9 @@ qt4_multilib_src_configure() { $(is-flagq -mno-avx && echo -no-avx) $(is-flagq -mfpu=* && ! is-flagq -mfpu=*neon* && echo -no-neon) + # bug 367045 + $([[ ${CHOST} == *86*-apple-darwin* ]] && echo -no-ssse3) + # prefer system libraries -system-zlib @@ -376,10 +373,6 @@ qt4_multilib_src_configure() { # mostly to be seen as a core dump with the message: # "QPixmap: Must construct a QApplication before a QPaintDevice" $([[ ${CHOST} != *-solaris* ]] && echo -reduce-relocations) - - # this one is needed for all systems with a separate -liconv, apart from - # Darwin, for which the sources already cater for -liconv - $(use !elibc_glibc && [[ ${CHOST} != *-darwin* ]] && echo -liconv) ) if use_if_iuse aqua; then