summarylogtreecommitdiffstats
path: root/qt-dont-perform-ipc-checks-for-win32.patch
diff options
context:
space:
mode:
authorxantares2015-06-08 23:04:10 +0200
committerxantares2015-06-08 23:04:10 +0200
commit90d23535e12dc8da1e42af4392abc87f1a579c9c (patch)
tree75623d214751ca5ba387a9dc2e912417f39160f2 /qt-dont-perform-ipc-checks-for-win32.patch
downloadaur-90d23535e12dc8da1e42af4392abc87f1a579c9c.tar.gz
Initial import
Diffstat (limited to 'qt-dont-perform-ipc-checks-for-win32.patch')
-rw-r--r--qt-dont-perform-ipc-checks-for-win32.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/qt-dont-perform-ipc-checks-for-win32.patch b/qt-dont-perform-ipc-checks-for-win32.patch
new file mode 100644
index 000000000000..84dd91c95f1b
--- /dev/null
+++ b/qt-dont-perform-ipc-checks-for-win32.patch
@@ -0,0 +1,11 @@
+--- configure.orig 2013-05-31 20:15:02.561717527 +0200
++++ configure 2013-05-31 20:16:23.689083855 +0200
+@@ -5313,7 +5313,7 @@
+ fi
+
+ # check IPC support
+-if [ "$XPLATFORM_SYMBIAN_SBSV2" = "no" ]; then
++if [ "$XPLATFORM_SYMBIAN_SBSV2" = "no" -a "$XPLATFORM_MINGW" = "no" ]; then
+ # Raptor does not support configure tests.
+ if ! compileTest unix/ipc_sysv "ipc_sysv" ; then
+ # SYSV IPC is not supported - check POSIX IPC