diff options
Diffstat (limited to 'games/libretro-fceumm')
-rw-r--r-- | games/libretro-fceumm/libretro-fceumm.SlackBuild | 21 | ||||
-rw-r--r-- | games/libretro-fceumm/libretro-fceumm.info | 6 |
2 files changed, 7 insertions, 20 deletions
diff --git a/games/libretro-fceumm/libretro-fceumm.SlackBuild b/games/libretro-fceumm/libretro-fceumm.SlackBuild index 40aab240cf..7bc2549eb5 100644 --- a/games/libretro-fceumm/libretro-fceumm.SlackBuild +++ b/games/libretro-fceumm/libretro-fceumm.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libretro-fceumm -# Copyright 2016-2017 Hunter Sezen +# Copyright 2016-2018 Hunter Sezen # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=libretro-fceumm LIBNAM=fceumm_libretro -VERSION=${VERSION:-2017.12.19_25bb3e6} +VERSION=${VERSION:-2018.09.29_eb17f88} 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/libretro-fceumm/libretro-fceumm.info b/games/libretro-fceumm/libretro-fceumm.info index 6a7e0dab88..e617947310 100644 --- a/games/libretro-fceumm/libretro-fceumm.info +++ b/games/libretro-fceumm/libretro-fceumm.info @@ -1,8 +1,8 @@ PRGNAM="libretro-fceumm" -VERSION="2017.12.19_25bb3e6" +VERSION="2018.09.29_eb17f88" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/libretro-fceumm/libretro-fceumm-2017.12.19_25bb3e6.tar.xz" -MD5SUM="a7e58fde12b0b8b075c7dd2473da85ae" +DOWNLOAD="http://slackless.raccoons.tech/src/libretro/libretro-fceumm-2018.09.29_eb17f88.tar.xz" +MD5SUM="60f384736063dd92a6581fde0a7011a4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |