mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
audio/vamp-plugin-sdk: Updated to fix plugin path on x86_64.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
2af8007e4b
commit
d9bfebbceb
1 changed files with 6 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
PRGNAM=vamp-plugin-sdk
|
||||
VERSION=${VERSION:-2.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -57,6 +57,11 @@ find . \
|
|||
# Fix libdir on x86_64
|
||||
[ "$ARCH" = "x86_64" ] && patch -p1 < $CWD/libdir_x86_64.diff
|
||||
|
||||
# Fix default plugin path on x86_64
|
||||
[ "$ARCH" = "x86_64" ] && \
|
||||
sed -i 's,/usr/lib/vamp,/usr/lib64/vamp,' \
|
||||
src/vamp-hostsdk/PluginHostAdapter.cpp
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
Loading…
Reference in a new issue