summaryrefslogtreecommitdiffstats
path: root/libraries/libqxt/libqxt-gcc6.patch
diff options
context:
space:
mode:
author Matteo Bernardini2019-04-20 20:10:07 +0200
committer Matteo Bernardini2019-04-20 20:10:07 +0200
commit4aa3bdbdb45235aefbb8760b054fe85c4dd34e26 (patch)
treecea7a5d09c01650a9bc1756be62de1b44a249093 /libraries/libqxt/libqxt-gcc6.patch
parentfd5a9ea5097bc1dcbece1263d54364dde06a588f (diff)
downloadslackbuilds-4aa3bdbdb45235aefbb8760b054fe85c4dd34e26.tar.gz
20190420.1 global branch merge.current-20190420.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();
+ }