diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-12-04 10:16:07 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-12-04 19:28:52 +0000 |
commit | 8b1b02e14a318dfe165fc628b2cb6baa1e455509 (patch) | |
tree | 5e742f470d3cb87195d688d9c0d101f4ae651952 /games/libretro-reicast | |
parent | 165c2c548f797fd1a607990d9f7000d4fb2e1f85 (diff) | |
download | slackbuilds-8b1b02e14a318dfe165fc628b2cb6baa1e455509.tar.gz |
games/libretro-reicast: Updated for version 2016.12.04_ed47c72.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/libretro-reicast')
-rw-r--r-- | games/libretro-reicast/libretro-reicast.SlackBuild | 10 | ||||
-rw-r--r-- | games/libretro-reicast/libretro-reicast.info | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/games/libretro-reicast/libretro-reicast.SlackBuild b/games/libretro-reicast/libretro-reicast.SlackBuild index e97f1c4ac1..fc61553219 100644 --- a/games/libretro-reicast/libretro-reicast.SlackBuild +++ b/games/libretro-reicast/libretro-reicast.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=libretro-reicast LIBNAM=reicast_libretro -VERSION=${VERSION:-2016.07.14_a7ff132} +VERSION=${VERSION:-2016.12.04_ed47c72} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -44,11 +44,11 @@ OUTPUT=${OUTPUT:-/tmp} # requires patching the Makefile to properly use # the default CFLAGS and CXXFLAGS are probably fine if [ "$ARCH" = "i586" ]; then - echo "$ARCH is not supported." - exit 1 + SLKCFLAGS="-O2 -march=i586 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then - echo "$ARCH is not supported." - exit 1 + SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" diff --git a/games/libretro-reicast/libretro-reicast.info b/games/libretro-reicast/libretro-reicast.info index 44425e8915..bc58644f00 100644 --- a/games/libretro-reicast/libretro-reicast.info +++ b/games/libretro-reicast/libretro-reicast.info @@ -1,10 +1,10 @@ PRGNAM="libretro-reicast" -VERSION="2016.07.14_a7ff132" +VERSION="2016.12.04_ed47c72" HOMEPAGE="http://www.libretro.com/" -DOWNLOAD="UNSUPPORTED" -MD5SUM="" -DOWNLOAD_x86_64="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-reicast-2016.07.14_a7ff132.tar.xz" -MD5SUM_x86_64="fec6e2e20ba9b298c9a66088b427ed0b" +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-reicast-2016.12.04_ed47c72.tar.xz" +MD5SUM="cd316bf89bfa6fe2e37b40049993bcc9" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" REQUIRES="RetroArch" MAINTAINER="Hunter Sezen" EMAIL="ovariegata@yahoo.com" |