summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2015-05-09 19:48:37 +0000
committerDavide Pesavento <pesa@gentoo.org>2015-05-09 19:48:37 +0000
commit3061788a0db636aefe86d3bb0508e73d9a70feb2 (patch)
treed839098c28a3f2bd3f666d434002e6edd910ded3 /eclass
parentVersion bump; remove old (diff)
downloadgentoo-2-3061788a0db636aefe86d3bb0508e73d9a70feb2.tar.gz
gentoo-2-3061788a0db636aefe86d3bb0508e73d9a70feb2.tar.bz2
gentoo-2-3061788a0db636aefe86d3bb0508e73d9a70feb2.zip
Move workaround for bug 367045 from qtgui ebuild to eclass.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/qt4-build-multilib.eclass5
2 files changed, 8 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 5056b9c34e00..1e7a027df10d 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.1607 2015/05/09 18:19:31 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1608 2015/05/09 19:48:37 pesa Exp $
+
+ 09 May 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass:
+ Move workaround for bug 367045 from qtgui ebuild to eclass.
09 May 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass:
Update from qt overlay: overhaul toolchain and *FLAGS handling for proper
diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass
index bf8f26556324..69ae0e657c1a 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.11 2015/05/09 18:19:31 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.12 2015/05/09 19:48:37 pesa Exp $
# @ECLASS: qt4-build-multilib.eclass
# @MAINTAINER:
@@ -355,6 +355,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