summaryrefslogtreecommitdiffstats
path: root/audio/lmms/lmms.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2019-05-18 12:21:33 +0200
committer Matteo Bernardini2019-05-18 12:21:33 +0200
commite7e6e9ce1154895d03dd55bf678b975dc460d932 (patch)
treebcfb723a488ce4aa49fa31c702b46a7774b14ece /audio/lmms/lmms.SlackBuild
parent59f4714621bc95b37f565a91817a590ca864822a (diff)
downloadslackbuilds-0c512b5bc396c764b94995bbff5646f4c55b71ea.tar.gz
20190518.1 global branch merge.current-20190518.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/lmms/lmms.SlackBuild')
-rw-r--r--audio/lmms/lmms.SlackBuild3
1 files changed, 3 insertions, 0 deletions
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 \