From e7e6e9ce1154895d03dd55bf678b975dc460d932 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 18 May 2019 12:21:33 +0200 Subject: 20190518.1 global branch merge. Signed-off-by: Matteo Bernardini --- audio/lmms/lmms.SlackBuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'audio/lmms/lmms.SlackBuild') diff --git a/audio/lmms/lmms.SlackBuild b/audio/lmms/lmms.SlackBuild index 521fc88259..2d2981d37b 100644 --- a/audio/lmms/lmms.SlackBuild +++ b/audio/lmms/lmms.SlackBuild @@ -51,6 +51,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 {} \; +# Thanks archlinux +patch -p1 < $CWD/gcc6.patch + mkdir build cd build cmake \ -- cgit v1.2.3