summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2015-11-27 02:31:41 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-28 07:26:17 +0700
commitb8a8468ffdf4fbb9364516128a2cac3bcd351708 (patch)
tree817f8ec58f1b72d2a767d69ee4b2514ed0e6365b /audio
parent04ccb9625f8ea71ae3175919f7fa5a0bd5335d10 (diff)
downloadslackbuilds-b8a8468ffdf4fbb9364516128a2cac3bcd351708.tar.gz
slackbuilds-b8a8468ffdf4fbb9364516128a2cac3bcd351708.tar.xz
audio/clam_annotator: Fix compile issue.
Diffstat (limited to 'audio')
-rw-r--r--audio/clam_annotator/clam_annotator.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/clam_annotator/clam_annotator.SlackBuild b/audio/clam_annotator/clam_annotator.SlackBuild
index 7cca1324d0..de4a7106db 100644
--- a/audio/clam_annotator/clam_annotator.SlackBuild
+++ b/audio/clam_annotator/clam_annotator.SlackBuild
@@ -4,6 +4,8 @@
# Written by B. Watson (yalhcru@gmail.com)
+# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+
PRGNAM=clam_annotator
VERSION=${VERSION:-0.5.0}
BUILD=${BUILD:-2}
@@ -65,15 +67,15 @@ export QTDIR=$QT4DIR
cd vmqt
CCFLAGS="$SLKCFLAGS" \
CPPLAGS="$SLKCFLAGS" \
- scons clam_prefix=/usr prefix=/usr
+ scons $MAKEFLAGS clam_prefix=/usr prefix=/usr
cd -
-# This is needed to fix underlinkg
+# This is needed to fix underlinking
echo "env.Append(LINKFLAGS=['-lGL'])" >> SConstruct
CCFLAGS="$SLKCFLAGS" \
CPPFLAGS="$SLKCFLAGS" \
- scons \
+ scons $MAKEFLAGS \
prefix=/usr \
release=yes \
clam_prefix=/usr