From 85870168a1ef92a717875cc287ada4e33083e3ee Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 18 Sep 2012 20:28:47 +0700 Subject: audio/lmms: Updated for version 0.4.13. Signed-off-by: Robby Workman --- audio/lmms/lmms.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'audio/lmms/lmms.SlackBuild') 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 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 \ -- cgit v1.2.3-65-gdbad