aboutsummaryrefslogtreecommitdiff
path: root/games/scummvm/scummvm.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2022-02-23 19:38:45 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-25 22:58:05 +0700
commit470fbc87cd16df0bef21fdd65b312a72b9651466 (patch)
treec9db66a2c4f014a4f2bbd2ed56c0ca7014d04dca /games/scummvm/scummvm.SlackBuild
parented2d4d7e9f767774ee64519297c6183e7c5166e1 (diff)
games/scummvm: Updated for version 2.5.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/scummvm/scummvm.SlackBuild')
-rw-r--r--games/scummvm/scummvm.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/scummvm/scummvm.SlackBuild b/games/scummvm/scummvm.SlackBuild
index 268f100592..6a2650450f 100644
--- a/games/scummvm/scummvm.SlackBuild
+++ b/games/scummvm/scummvm.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=scummvm
-VERSION=${VERSION:-2.1.2}
+VERSION=${VERSION:-2.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -84,7 +84,7 @@ find -L . \
# 20200411 bkw: This is necessary for fluidsynth-2.x. Based on upstream's
# git commit 68758a87.
-patch -p1 < $CWD/fix-fluidsynth2-build.diff
+#patch -p1 < $CWD/fix-fluidsynth2-build.diff
# avoid linking breakage on i?86
if [[ $ARCH == i?86 ]]; then linker=bfd; else linker=gold; fi