mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/clam_annotator: Fix compile issue.
This commit is contained in:
parent
04ccb9625f
commit
b8a8468ffd
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue