summaryrefslogtreecommitdiffstats
path: root/audio/lmms/lmms.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/lmms/lmms.SlackBuild')
-rw-r--r--audio/lmms/lmms.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/lmms/lmms.SlackBuild b/audio/lmms/lmms.SlackBuild
index 5c6983d193..3282a6ab7f 100644
--- a/audio/lmms/lmms.SlackBuild
+++ b/audio/lmms/lmms.SlackBuild
@@ -3,9 +3,10 @@
# Slackware build script for lmms
# Written by Zbigniew Baniewski, zb@ispid.com.pl
+# Modified by Willy Sudiarto Raharjo <willysr@slackware-id.org>
PRGNAM=lmms
-VERSION=0.4.8
+VERSION=${VERSION:-0.4.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -51,6 +52,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+sed -i 's|lib64|lib|g' cmake/modules/DetectMachine.cmake
+patch -p1 < $CWD/lmms-unlink.patch
mkdir build
cd build
cmake \