summaryrefslogtreecommitdiff
path: root/games/libretro-reicast/libretro-reicast.SlackBuild
diff options
context:
space:
mode:
authorHunter Sezen <ovariegata@yahoo.com>2016-12-04 10:16:07 +0000
committerDavid Spencer <idlemoor@slackbuilds.org>2016-12-04 19:28:52 +0000
commit8b1b02e14a318dfe165fc628b2cb6baa1e455509 (patch)
tree5e742f470d3cb87195d688d9c0d101f4ae651952 /games/libretro-reicast/libretro-reicast.SlackBuild
parent165c2c548f797fd1a607990d9f7000d4fb2e1f85 (diff)
downloadslackbuilds-8b1b02e14a318dfe165fc628b2cb6baa1e455509.tar.gz
games/libretro-reicast: Updated for version 2016.12.04_ed47c72.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/libretro-reicast/libretro-reicast.SlackBuild')
-rw-r--r--games/libretro-reicast/libretro-reicast.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/libretro-reicast/libretro-reicast.SlackBuild b/games/libretro-reicast/libretro-reicast.SlackBuild
index e97f1c4ac1..fc61553219 100644
--- a/games/libretro-reicast/libretro-reicast.SlackBuild
+++ b/games/libretro-reicast/libretro-reicast.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=libretro-reicast
LIBNAM=reicast_libretro
-VERSION=${VERSION:-2016.07.14_a7ff132}
+VERSION=${VERSION:-2016.12.04_ed47c72}
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"