diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-11-04 20:20:00 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:46:43 +0700 |
commit | 33405b34aa98cff09b532f3362de647534dd91d2 (patch) | |
tree | d01310c6eb5937cc462f84a46c5781c6231641f0 /games/Genesis-Plus-GX/Genesis-Plus-GX.SlackBuild | |
parent | b22a3c4fd85beb4f7432c548c960ec2726efd96d (diff) |
games/Genesis-Plus-GX: Updated for version 2018.10.08_2ab02c8.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/Genesis-Plus-GX/Genesis-Plus-GX.SlackBuild')
-rw-r--r-- | games/Genesis-Plus-GX/Genesis-Plus-GX.SlackBuild | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/games/Genesis-Plus-GX/Genesis-Plus-GX.SlackBuild b/games/Genesis-Plus-GX/Genesis-Plus-GX.SlackBuild index df36f71ac6a6d..48faff4408a71 100644 --- a/games/Genesis-Plus-GX/Genesis-Plus-GX.SlackBuild +++ b/games/Genesis-Plus-GX/Genesis-Plus-GX.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=Genesis-Plus-GX LIBNAM=$(echo $PRGNAM | tr [A-Z] [a-z] | tr - _)_libretro -VERSION=${VERSION:-2018.01.31_726b711} +VERSION=${VERSION:-2018.10.08_2ab02c8} 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 |