diff options
author | B. Watson <yalhcru@gmail.com> | 2020-04-11 17:57:10 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-19 10:52:24 +0700 |
commit | 895fd8d1f9ce94be83afe4830048c241ea4e2608 (patch) | |
tree | c661eec47be736286b999aa529a3f1d9f331e978 /games/scummvm/scummvm.SlackBuild | |
parent | 343fee2f5327aa2d2ad54c5eb5246cd8d59415ef (diff) |
games/scummvm: Updated for version 2.1.2, fix build.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/scummvm/scummvm.SlackBuild')
-rw-r--r-- | games/scummvm/scummvm.SlackBuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/games/scummvm/scummvm.SlackBuild b/games/scummvm/scummvm.SlackBuild index 1a54e58fe957d..c0a8a400f75d8 100644 --- a/games/scummvm/scummvm.SlackBuild +++ b/games/scummvm/scummvm.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=scummvm -VERSION=${VERSION:-2.1.1} +VERSION=${VERSION:-2.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,8 +72,13 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# 20200411 bkw: This is necessary for fluidsynth-2.x. Based on upstream's +# git commit 68758a87. +patch -p1 < $CWD/fix-fluidsynth2-build.diff + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ +LDFLAGS="-fuse-ld=gold" \ ./configure \ --prefix=/usr \ --bindir=/usr/games \ |