aboutsummarylogtreecommitdiffstats
path: root/qt5-fix-QSemaphore-problem.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qt5-fix-QSemaphore-problem.patch')
-rw-r--r--qt5-fix-QSemaphore-problem.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/qt5-fix-QSemaphore-problem.patch b/qt5-fix-QSemaphore-problem.patch
deleted file mode 100644
index c3fcea9f6aff..000000000000
--- a/qt5-fix-QSemaphore-problem.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-@@ -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