summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2011-12-21 22:36:47 +0000
committerDavide Pesavento <pesa@gentoo.org>2011-12-21 22:36:47 +0000
commitb5296d77fad90f644b47be313a1af2e1408bee0d (patch)
tree3a869aed69ae60eb719da7493486215b3e5bfe8b /eclass/qt4-build.eclass
parentarm stable, bug #394571 (diff)
downloadgentoo-2-b5296d77fad90f644b47be313a1af2e1408bee0d.tar.gz
gentoo-2-b5296d77fad90f644b47be313a1af2e1408bee0d.tar.bz2
gentoo-2-b5296d77fad90f644b47be313a1af2e1408bee0d.zip
Remove obsolete workaround.
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r--eclass/qt4-build.eclass6
1 files changed, 1 insertions, 5 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass
index 0109e21af9ed..b04029edcd04 100644
--- a/eclass/qt4-build.eclass
+++ b/eclass/qt4-build.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.104 2011/12/16 20:02:48 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.105 2011/12/21 22:36:47 pesa Exp $
# @ECLASS: qt4-build.eclass
# @MAINTAINER:
@@ -367,10 +367,6 @@ qt4-build_src_configure() {
myconf+=" $(pkg-config --cflags freetype2)"
fi
- # Disable SSE4.x, since auto-detection is currently broken
- # Upstream bug http://bugreports.qt.nokia.com/browse/QTBUG-13623
- [[ ${PV} == "4.7.1" ]] && myconf+=" -no-sse4.1 -no-sse4.2"
-
echo ./configure ${myconf}
./configure ${myconf} || die "./configure failed"
myconf=""