Commit a01f4017 authored by Rafaël Carré's avatar Rafaël Carré

contrib: qt4: fix for mingw-w64

parent 4d9f343c
......@@ -26,6 +26,7 @@ qt4: qt-$(QT4_VERSION).tar.gz .sum-qt4
$(APPLY) $(SRC)/qt4/styles.patch
$(APPLY) $(SRC)/qt4/chroot.patch
$(APPLY) $(SRC)/qt4/imageformats.patch
$(APPLY) $(SRC)/qt4/win64.patch
$(MOVE)
ifdef HAVE_MACOSX
......
--- qt4/src/corelib/tools/qsimd.cpp.orig 2013-08-16 21:25:28.069333245 +0200
+++ qt4/src/corelib/tools/qsimd.cpp 2013-08-16 21:25:35.061332951 +0200
@@ -47,7 +47,7 @@
#include <windows.h>
#endif
-#if defined(Q_OS_WIN64) && !defined(Q_CC_GNU)
+#if defined(Q_OS_WIN64)
#include <intrin.h>
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment