audio/guitarix: Fix build for recent lilv update.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-07-23 02:48:05 -04:00 committed by Willy Sudiarto Raharjo
parent e2c37b4b93
commit 6f0d1ae1f9
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -9,6 +9,7 @@
# Note to self: git URL for guitarix is:
# git://git.code.sf.net/p/guitarix/git/
# 20230723 bkw: Fix build following recent lilv update.
# 20230108 bkw: Updated for 0.44.1.
# 20211205 bkw: BUILD=2
# - new-style icons.
@ -105,6 +106,7 @@ LIBDIR="/usr/lib${LIBDIRSUFFIX}"
--ladspa \
--new-ladspa \
--mod-lv2 \
--ldflags="-ldl" \
$EXTRAOPT \
$LV2OPT
./waf build # -v # verbose, shows actual commands