From: Davide Pesavento Date: Wed, 21 Dec 2011 22:36:47 +0000 (+0000) Subject: Remove obsolete workaround. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d63ecc692508b8d16b2fae63145f2cff9163b6eb;p=gentoo.git Remove obsolete workaround. --- diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 84b5542bea67..c44313dcd338 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.50 2011/12/18 23:38:11 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.51 2011/12/21 22:36:47 pesa Exp $ + + 21 Dec 2011; Davide Pesavento qt4-build.eclass: + Remove obsolete workaround. 18 Dec 2011; Robin H. Johnson python.eclass: Bug #390691: Be careful about cp call to coreutils with --no-preserve option 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=""