5748aeeec9
while there, clean up wantlibs. - fix bug with new phonon (pick up ours and not it) - fix a bug in qdbuscpp2xml (timeout) - more patches for gcc3: sse code ICES, new demo doesn't compile. spectrum not installed, seems to be macosX or something ? I can't get a thing out of it. Tested on gcc4 and gcc3...
13 lines
435 B
Plaintext
13 lines
435 B
Plaintext
$OpenBSD: patch-src_gui_painting_painting_pri,v 1.1 2010/06/21 16:40:52 espie Exp $
|
|
--- src/gui/painting/painting.pri.orig Mon Jun 21 12:56:33 2010
|
|
+++ src/gui/painting/painting.pri Mon Jun 21 13:01:10 2010
|
|
@@ -221,7 +221,7 @@ contains(QMAKE_MAC_XARCH, no) {
|
|
|
|
DEFINES += QT_HAVE_MMXEXT
|
|
}
|
|
- sse2 {
|
|
+ sse2:!openbsd-g++ {
|
|
DEFINES += QT_HAVE_SSE2
|
|
SSE2_SOURCES += painting/qdrawhelper_sse2.cpp
|
|
}
|