# 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 <pesa@gentoo.org> qt4-build.eclass:
+ Remove obsolete workaround.
18 Dec 2011; Robin H. Johnson <robbat2@gentoo.org> python.eclass:
Bug #390691: Be careful about cp call to coreutils with --no-preserve option
# 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:
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=""