mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
games/jfsw: Fix fluidsynth 2.x build.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5056fef154
commit
135a3a72c7
1 changed files with 4 additions and 0 deletions
|
@ -152,6 +152,10 @@ patch -p1 < $CWD/patches/sdl1_fix.diff
|
|||
# to missing driver_sdlmixer.c). Maybe someday it'll work and then we
|
||||
# hear the demo music without having to install fluidsynth?
|
||||
|
||||
# 20200416 bkw: fluidsynth 2.x works OK, but the version check in the
|
||||
# source doesn't like its version number.
|
||||
sed -i '/^#error.*Fluid/d' jfaudiolib/src/driver_fluidsynth.c
|
||||
|
||||
make \
|
||||
RELEASE=1 \
|
||||
PREFIX=/usr/share/games/$PRGNAM \
|
||||
|
|
Loading…
Reference in a new issue