mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/qm-vamp-plugins: Fix link error.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a2c5276c48
commit
034657c2fd
1 changed files with 8 additions and 1 deletions
|
@ -6,9 +6,12 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20150403 bkw:
|
||||
# Bump BUILD to 3, make it build against vamp-plugin-sdk 2.5 (whoops)
|
||||
|
||||
PRGNAM=qm-vamp-plugins
|
||||
VERSION=${VERSION:-1.7}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -134,6 +137,10 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# 20150403 bkw: crap. getting rid of vamp-plugin-sdk static libs
|
||||
# breaks this. Fix by getting rid of -Wl,-Bstatic and -Wl,-Bdynamic
|
||||
# options (so it doesn't insisnt on a static libvamp-sdk).
|
||||
sed -i 's/-Wl,-B[^ ]* //g' build/linux/Makefile.linux64
|
||||
|
||||
fix_sse_flags build/linux/Makefile.linux64
|
||||
make -f build/linux/Makefile.linux64
|
||||
|
|
Loading…
Reference in a new issue