commit:     c39a26e059f1674065a9bb2857fe5c8e0f9969a3
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 01:49:43 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 01:49:43 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39a26e0

qt5-build.eclass: remove broken workaround.

See bug 552942 comments 26 and 30.

Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>

 eclass/qt5-build.eclass | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index b26d560..cd4571a 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -199,10 +199,6 @@ qt5-build_src_prepare() {
                # Don't add -O3 to CXXFLAGS (bug 549140)
                sed -i -e '/CONFIG\s*+=/ s/optimize_full//' \
                        src/{corelib/corelib,gui/gui}.pro || die "sed failed 
(optimize_full)"
-
-               # Don't force sse2 on x86 (bug 552942)
-               sed -i -e 's/^sse2:/false:&/' \
-                       mkspecs/features/qt_module.prf || die "sed failed 
(sse2)"
        fi
 
        # apply patches

Reply via email to