summaryrefslogtreecommitdiffstats
path: root/misc/yapet/gcc6.patch
diff options
context:
space:
mode:
author Matteo Bernardini2020-03-21 11:50:32 +0100
committer Matteo Bernardini2020-03-21 11:50:32 +0100
commit296746ee2c9b89a5b04f160cf22d7f9227330c05 (patch)
tree9813ea75d1309877871a37e478e166931812353e /misc/yapet/gcc6.patch
parentf846eb1bcc13a8369ba70a1efd953b9140e56c2f (diff)
downloadslackbuilds-296746ee2c9b89a5b04f160cf22d7f9227330c05.tar.gz
20200321.1 global branch merge.current-20200321.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'misc/yapet/gcc6.patch')
-rw-r--r--misc/yapet/gcc6.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/yapet/gcc6.patch b/misc/yapet/gcc6.patch
new file mode 100644
index 0000000000..a57e0c93c1
--- /dev/null
+++ b/misc/yapet/gcc6.patch
@@ -0,0 +1,11 @@
+--- yapet-1.0/yapet/cfg.h 2014-02-23 10:18:41.000000000 -0700
++++ yapet-1.0/yapet/cfg.h 2016-04-14 07:06:49.665672169 -0700
+@@ -163,7 +163,7 @@
+ locked = false;
+ }
+
+- void is_locked() const {
++ bool is_locked() const {
+ return locked;
+ }
+