summaryrefslogtreecommitdiffstats
path: root/games/bnes-libretro
diff options
context:
space:
mode:
Diffstat (limited to 'games/bnes-libretro')
-rw-r--r--games/bnes-libretro/bnes-libretro.SlackBuild21
-rw-r--r--games/bnes-libretro/bnes-libretro.info6
2 files changed, 7 insertions, 20 deletions
diff --git a/games/bnes-libretro/bnes-libretro.SlackBuild b/games/bnes-libretro/bnes-libretro.SlackBuild
index 1bf0f263e8..fbd5c2f46c 100644
--- a/games/bnes-libretro/bnes-libretro.SlackBuild
+++ b/games/bnes-libretro/bnes-libretro.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for bnes-libretro
-# 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=bnes-libretro
LIBNAM=$(echo $PRGNAM | tr - _)
-VERSION=${VERSION:-2017.03.23_38161f4}
+VERSION=${VERSION:-2018.08.12_cc082d1}
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/bnes-libretro/bnes-libretro.info b/games/bnes-libretro/bnes-libretro.info
index 7c8d204530..bfa72668fc 100644
--- a/games/bnes-libretro/bnes-libretro.info
+++ b/games/bnes-libretro/bnes-libretro.info
@@ -1,8 +1,8 @@
PRGNAM="bnes-libretro"
-VERSION="2017.03.23_38161f4"
+VERSION="2018.08.12_cc082d1"
HOMEPAGE="https://www.libretro.com/"
-DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/bnes-libretro/bnes-libretro-2017.03.23_38161f4.tar.xz"
-MD5SUM="3bcb43df07c75c77d85cdff23ae7ba94"
+DOWNLOAD="http://slackless.raccoons.tech/src/libretro/bnes-libretro-2018.08.12_cc082d1.tar.xz"
+MD5SUM="5e679635b02492ca64787233c7763472"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"