summaryrefslogtreecommitdiff
path: root/games/blastem-libretro/blastem-libretro.SlackBuild
diff options
context:
space:
mode:
authorHunter Sezen <ovariegata@yahoo.com>2016-09-09 07:53:24 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-09 07:53:24 +0700
commitc80785e1938106ba0509b13bdc85d44f486812fb (patch)
tree9086abf811c65ca0d58169834e2a96a0210f250d /games/blastem-libretro/blastem-libretro.SlackBuild
parent0f8c202d69c0fc4b9c0c882bf385a4882ed815ab (diff)
downloadslackbuilds-c80785e1938106ba0509b13bdc85d44f486812fb.tar.gz
games/blastem-libretro: Updated for version 2016.09.08_27b3f8e.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/blastem-libretro/blastem-libretro.SlackBuild')
-rw-r--r--games/blastem-libretro/blastem-libretro.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/blastem-libretro/blastem-libretro.SlackBuild b/games/blastem-libretro/blastem-libretro.SlackBuild
index 264e150645..7810f2b92d 100644
--- a/games/blastem-libretro/blastem-libretro.SlackBuild
+++ b/games/blastem-libretro/blastem-libretro.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=blastem-libretro
LIBNAM=$(echo $PRGNAM | tr - _)
-VERSION=${VERSION:-2016.04.18_b5a17a0}
+VERSION=${VERSION:-2016.09.08_27b3f8e}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -44,11 +44,11 @@ OUTPUT=${OUTPUT:-/tmp}
# requires patching the Makefile to properly use
# the default CFLAGS and CXXFLAGS are probably fine
if [ "$ARCH" = "i586" ]; then
- echo "$ARCH is not supported."
- exit 1
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
- echo "$ARCH is not supported."
- exit 1
+ SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"