From b1037bdb13cfab1a866971d09462ace5cad56259 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sun, 17 Nov 2019 09:41:16 +0100 Subject: 20191117.1 global branch merge. Signed-off-by: Matteo Bernardini --- system/conky/conky.SlackBuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system/conky/conky.SlackBuild') 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