summarylogtreecommitdiffstats
path: root/qt5-fix-QSemaphore-problem.patch
diff options
context:
space:
mode:
authorMartchus2016-02-07 21:46:02 +0100
committerMartchus2016-02-07 21:46:02 +0100
commit6d87f25b9fd0357cfe3f702ab69e9218d8d8720c (patch)
tree362356a90cb8b2e509284a294b99fd52c265c9e9 /qt5-fix-QSemaphore-problem.patch
parentab6d11a580513ec4bd335151e680fb8e2f807e93 (diff)
downloadaur-6d87f25b9fd0357cfe3f702ab69e9218d8d8720c.tar.gz
updated to 5.5.1
Diffstat (limited to 'qt5-fix-QSemaphore-problem.patch')
-rw-r--r--qt5-fix-QSemaphore-problem.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/qt5-fix-QSemaphore-problem.patch b/qt5-fix-QSemaphore-problem.patch
new file mode 100644
index 000000000000..c3fcea9f6aff
--- /dev/null
+++ b/qt5-fix-QSemaphore-problem.patch
@@ -0,0 +1,9 @@
+@@ -4456,7 +4456,7 @@
+ if compileTest unix/ipc_posix "ipc_posix" ; then
+ QCONFIG_FLAGS="$QCONFIG_FLAGS QT_POSIX_IPC"
+ else
+- if [ "$XPLATFORM_ANDROID" = "no" ] ; then
++ if [ "$XPLATFORM_ANDROID" = "no"] && ["$XPLATFORM_MINGW" = "no" ] ; then
+ QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_SYSTEMSEMAPHORE QT_NO_SHAREDMEMORY"
+ fi
+ fi