libraries/slv2: Fix for the newer lv2.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2020-08-31 19:19:57 +02:00 committed by Willy Sudiarto Raharjo
parent d155b6d4fc
commit 99f49bf5d7
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -69,6 +69,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# In the newer lv2 the pkgconfig file is named differently...
sed -i "s|lv2core|lv2|" wscript
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./waf configure \