summaryrefslogtreecommitdiffstats
path: root/libraries/libqxt/libqxt-gcc6.patch
diff options
context:
space:
mode:
author Matteo Bernardini2019-04-16 20:05:41 +0200
committer Matteo Bernardini2019-04-16 20:05:41 +0200
commit9ebc325833e858b4295322e10edda22b6b78ac27 (patch)
tree90dc75fdc9044943dfd98b4e15a2edee6adddb42 /libraries/libqxt/libqxt-gcc6.patch
parent2a650741141e819af2ecf2c4da75502b0a18d799 (diff)
downloadslackbuilds-9ebc325833e858b4295322e10edda22b6b78ac27.tar.gz
20190416.1 global branch merge.current-20190416.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libqxt/libqxt-gcc6.patch')
-rw-r--r--libraries/libqxt/libqxt-gcc6.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/libqxt/libqxt-gcc6.patch b/libraries/libqxt/libqxt-gcc6.patch
new file mode 100644
index 0000000000..519646d6eb
--- /dev/null
+++ b/libraries/libqxt/libqxt-gcc6.patch
@@ -0,0 +1,11 @@
+--- a/src/core/qxtslotjob.cpp 2011-11-24 16:10:32.000000000 -0600
++++ b/src/core/qxtslotjob.cpp 2016-03-07 16:20:32.758268253 -0600
+@@ -174,7 +174,7 @@ This uses QxtSignalWaiter so it will _no
+
+ QVariant QxtFuture::delayedResult(int msec)
+ {
+- if (!waiter->wait(msec, false))
++ if (!waiter->wait(msec, NULL))
+ return QVariant();
+ return job->result();
+ }