diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2023-11-29 06:08:34 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-29 12:07:34 +0700 |
commit | debae081f7d7d1ebbd2d27b35274be5c1997caa5 (patch) | |
tree | 33a5663735a8d92d8abda70851a560ef349ce009 /games/mrboom/mrboom.SlackBuild | |
parent | 01d523ea19aed32fa0246163499d567e7f2c747c (diff) |
games/mrboom: Updated for version 5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/mrboom/mrboom.SlackBuild')
-rw-r--r-- | games/mrboom/mrboom.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/mrboom/mrboom.SlackBuild b/games/mrboom/mrboom.SlackBuild index ad380ac5713a0..3b4d4f1c469f5 100644 --- a/games/mrboom/mrboom.SlackBuild +++ b/games/mrboom/mrboom.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mrboom -# Copyright 2017-2022 Thibaut Notteboom, Paris, FRANCE +# Copyright 2017-2023 Thibaut Notteboom, Paris, FRANCE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mrboom -VERSION=${VERSION:-5.2} +VERSION=${VERSION:-5.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -58,6 +58,9 @@ elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" +elif [ "$ARCH" = "aarch64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" LIBDIRSUFFIX="" |