diff options
author | B. Watson <urchlay@slackware.uk> | 2023-07-23 02:48:05 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-29 08:13:41 +0700 |
commit | 6f0d1ae1f91975955c2aa3a41f7ee6e9f6c0c976 (patch) | |
tree | 1408133e6bf4cd86d1c9d266ea33d0fa59180d6b /audio/guitarix | |
parent | e2c37b4b9375b6ca328f863705e05708b205abbb (diff) |
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>
Diffstat (limited to 'audio/guitarix')
-rw-r--r-- | audio/guitarix/guitarix.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/guitarix/guitarix.SlackBuild b/audio/guitarix/guitarix.SlackBuild index 794625914a2a..f55fb754779c 100644 --- a/audio/guitarix/guitarix.SlackBuild +++ b/audio/guitarix/guitarix.SlackBuild @@ -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 |