libraries/alure: Fix build with newer cmake.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-02-04 18:20:38 +13:00 committed by Willy Sudiarto Raharjo
parent cfa2c9916b
commit 528a5ad8b5
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 3 additions and 0 deletions

View file

@ -82,6 +82,9 @@ find -L . \
# Patch to fix build issue when fluidsynth is present
patch -p1 < $CWD/alure.patch
# newer cmake patch
zcat $CWD/cmake_patch.diff.gz | patch -p1
mkdir -p build
cd build
cmake \

Binary file not shown.