mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
cfa2c9916b
commit
528a5ad8b5
2 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
BIN
libraries/alure/cmake_patch.diff.gz
Normal file
BIN
libraries/alure/cmake_patch.diff.gz
Normal file
Binary file not shown.
Loading…
Reference in a new issue