diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-08-31 19:16:34 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-05 08:26:50 +0700 |
commit | 76b574ff3f6bd273f02fda1db1d9e06955e0a215 (patch) | |
tree | 23a6ae5c4bb140d71a506c2f0bc0b1980ca1f704 | |
parent | b1982507c296b4326d35c773454c09f01146be5b (diff) | |
download | slackbuilds-76b574ff3f6bd273f02fda1db1d9e06955e0a215.tar.gz |
audio/lv2dynparam1: Fix for the newer lv2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | audio/lv2dynparam1/lv2dynparam1.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/lv2dynparam1/lv2dynparam1.SlackBuild b/audio/lv2dynparam1/lv2dynparam1.SlackBuild index 29c93a4b04..9e7529728d 100644 --- a/audio/lv2dynparam1/lv2dynparam1.SlackBuild +++ b/audio/lv2dynparam1/lv2dynparam1.SlackBuild @@ -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 + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |