From c50db8e29bb7f59b46d1dd8fbb157ef1e2054961 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Sun, 4 Nov 2018 20:50:02 +0000 Subject: games/blueMSX-libretro: Updated for version 2018.10.09_4be0a24. Signed-off-by: David Spencer --- games/blueMSX-libretro/blueMSX-libretro.SlackBuild | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'games/blueMSX-libretro/blueMSX-libretro.SlackBuild') diff --git a/games/blueMSX-libretro/blueMSX-libretro.SlackBuild b/games/blueMSX-libretro/blueMSX-libretro.SlackBuild index 619f389d83768..61bb3585c0fb9 100644 --- a/games/blueMSX-libretro/blueMSX-libretro.SlackBuild +++ b/games/blueMSX-libretro/blueMSX-libretro.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for blueMSX-libretro -# Copyright 2016-2017 Hunter Sezen +# Copyright 2016-2018 Hunter Sezen # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=blueMSX-libretro LIBNAM=$(echo $PRGNAM | tr [A-Z [a-z] | tr - _) -VERSION=${VERSION:-2017.11.16_cb61339} +VERSION=${VERSION:-2018.10.09_4be0a24} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,21 +41,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -# requires patching the Makefile to properly use -# the default CFLAGS and CXXFLAGS are probably fine -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi +LIBDIRSUFFIX= +[ "$ARCH" = x86_64 ] && LIBDIRSUFFIX=64 set -eu -- cgit v1.2.3