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 | |
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')
-rw-r--r-- | games/Genesis-Plus-GX/Genesis-Plus-GX.SlackBuild | 19 | ||||
-rw-r--r-- | games/Genesis-Plus-GX/Genesis-Plus-GX.info | 6 |
2 files changed, 6 insertions, 19 deletions
diff --git a/games/Genesis-Plus-GX/Genesis-Plus-GX.SlackBuild b/games/Genesis-Plus-GX/Genesis-Plus-GX.SlackBuild index df36f71ac6a6..48faff4408a7 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 diff --git a/games/Genesis-Plus-GX/Genesis-Plus-GX.info b/games/Genesis-Plus-GX/Genesis-Plus-GX.info index ae0a52cdb2c5..2ee67a863efc 100644 --- a/games/Genesis-Plus-GX/Genesis-Plus-GX.info +++ b/games/Genesis-Plus-GX/Genesis-Plus-GX.info @@ -1,8 +1,8 @@ PRGNAM="Genesis-Plus-GX" -VERSION="2018.01.31_726b711" +VERSION="2018.10.08_2ab02c8" HOMEPAGE="https://github.com/ekeeke/Genesis-Plus-GX" -DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/Genesis-Plus-GX/Genesis-Plus-GX-2018.01.31_726b711.tar.xz" -MD5SUM="6df810dc43f94dd16f5f9225900b97cd" +DOWNLOAD="http://slackless.raccoons.tech/src/libretro/Genesis-Plus-GX-2018.10.08_2ab02c8.tar.xz" +MD5SUM="1dd2233012803263837d4956fe938d4d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |