summaryrefslogtreecommitdiffstats
path: root/misc/yapet/gcc6.patch
diff options
context:
space:
mode:
author Matteo Bernardini2019-11-23 17:01:07 +0100
committer Matteo Bernardini2019-11-23 17:01:07 +0100
commit6b48d82e578c25792056a160476598a0c7cb5f21 (patch)
treeb46961106d9f7c026b81a685bc26d23b5052b19e /misc/yapet/gcc6.patch
parent12d62c31c39761316cffa2b3236f1e96ba97caf3 (diff)
downloadslackbuilds-current-20191123.1.tar.gz
20191123.1 global branch merge.current-20191123.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;
+ }
+