audio/zynjacku: 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:
parent
76b574ff3f
commit
d155b6d4fc
|
@ -53,6 +53,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|" configure
|
||||
|
||||
# If LV2_PATH not set, a hard-coded path including /usr/lib/lv2 is used.
|
||||
# On x86_64, this is wrong.
|
||||
if [ "$LIBDIRSUFFIX" != "" ]; then
|
||||
|
|
Loading…
Reference in New Issue