summaryrefslogtreecommitdiffstats
path: root/system/qtfm/gcc6.patch
diff options
context:
space:
mode:
author Matteo Bernardini2018-08-11 08:22:49 +0200
committer Matteo Bernardini2018-08-11 08:22:49 +0200
commit5b9e2bacbba98d29e840b18893dd5b5f07e4e256 (patch)
tree13f6929744b6579f61d56d2983cf04c686198db9 /system/qtfm/gcc6.patch
parent4b6783ab8163804672754dd5c659308957e9133e (diff)
downloadslackbuilds-5b9e2bacbba98d29e840b18893dd5b5f07e4e256.tar.gz
20180811.1 global branch merge.current-20180811.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/qtfm/gcc6.patch')
-rw-r--r--system/qtfm/gcc6.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/qtfm/gcc6.patch b/system/qtfm/gcc6.patch
new file mode 100644
index 0000000000..18a5514dce
--- /dev/null
+++ b/system/qtfm/gcc6.patch
@@ -0,0 +1,12 @@
+diff -Naur qtfm.orig/src/mymodel.cpp qtfm/src/mymodel.cpp
+--- qtfm.orig/src/mymodel.cpp 2013-05-25 19:25:38.000000000 +0200
++++ qtfm/src/mymodel.cpp 2017-05-31 17:12:54.877169485 +0200
+@@ -220,7 +220,7 @@
+
+ if(item) return item->absoluteFilePath();
+
+- return false;
++ return "";
+ }
+
+ //---------------------------------------------------------------------------------------