diff options
Diffstat (limited to 'games/blastem-libretro/blastem-libretro.SlackBuild')
-rw-r--r-- | games/blastem-libretro/blastem-libretro.SlackBuild | 10 |
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" |