summaryrefslogtreecommitdiffstats
path: root/games/snes9x2005/snes9x2005.SlackBuild
diff options
context:
space:
mode:
author Hunter Sezen <orbea@fredslev.dk>2018-11-04 21:09:21 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-10 07:46:52 +0700
commit3eefdff793c5eb939c5a638a589404ee7ad7a1c8 (patch)
treeb3fe91600de1f6399f36bcee24f98e4e1f4fba75 /games/snes9x2005/snes9x2005.SlackBuild
parent80b4fea82cce32bed39f3f95552d37043008bcda (diff)
downloadslackbuilds-3eefdff793c5eb939c5a638a589404ee7ad7a1c8.tar.gz
slackbuilds-3eefdff793c5eb939c5a638a589404ee7ad7a1c8.tar.xz
games/snes9x2005: Updated for version 2018.11.02_f4a5a7a.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/snes9x2005/snes9x2005.SlackBuild')
-rw-r--r--games/snes9x2005/snes9x2005.SlackBuild21
1 files changed, 4 insertions, 17 deletions
diff --git a/games/snes9x2005/snes9x2005.SlackBuild b/games/snes9x2005/snes9x2005.SlackBuild
index 5f801b7366..9068907f6b 100644
--- a/games/snes9x2005/snes9x2005.SlackBuild
+++ b/games/snes9x2005/snes9x2005.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for snes9x2005
-# Copyright 2016-2017 Hunter Sezen California, USA
+# Copyright 2016-2018 Hunter Sezen California, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=snes9x2005
LIBNAM=${PRGNAM}_libretro
-VERSION=${VERSION:-2017.10.23_00fd30f}
+VERSION=${VERSION:-2018.11.02_f4a5a7a}
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
GRIFFIN=${GRIFFIN:-0}