From 7f2c7f6eb8a89d43a17bbe909784936c3baa3f34 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Fri, 5 May 2017 23:18:40 +0200 Subject: system/conky: Patch for gcc >= 7.x. Signed-off-by: Matteo Bernardini --- system/conky/conky-1.10.6-gcc7.patch | 11 +++++++++++ system/conky/conky.SlackBuild | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 system/conky/conky-1.10.6-gcc7.patch diff --git a/system/conky/conky-1.10.6-gcc7.patch b/system/conky/conky-1.10.6-gcc7.patch new file mode 100644 index 0000000000..dcbc3bc8a5 --- /dev/null +++ b/system/conky/conky-1.10.6-gcc7.patch @@ -0,0 +1,11 @@ +diff -Naur conky-1.10.6.orig/src/luamm.hh conky-1.10.6/src/luamm.hh +--- conky-1.10.6.orig/src/luamm.hh 2016-12-04 16:13:57.000000000 +0100 ++++ conky-1.10.6/src/luamm.hh 2017-05-05 12:44:37.525676651 +0200 +@@ -27,6 +27,7 @@ + #include + #include + #include ++#include + #include + + #include diff --git a/system/conky/conky.SlackBuild b/system/conky/conky.SlackBuild index c3f4948c36..395bcdce69 100644 --- a/system/conky/conky.SlackBuild +++ b/system/conky/conky.SlackBuild @@ -87,6 +87,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Fix for the newer gcc +patch -p1 < $CWD/conky-1.10.6-gcc7.patch + # fix MANDIR sed -i 's,share/man/man1,man/man1,g' CMakeLists.txt -- cgit v1.2.3