audio/clam_annotator: Fix compile issue.

This commit is contained in:
B. Watson 2015-11-27 02:31:41 -05:00 committed by Willy Sudiarto Raharjo
parent 04ccb9625f
commit b8a8468ffd
1 changed files with 5 additions and 3 deletions

View File

@ -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