summaryrefslogtreecommitdiffstats
path: root/games/meteor-libretro/meteor-libretro.SlackBuild
diff options
context:
space:
mode:
author Hunter Sezen <orbea@fredslev.dk>2018-11-04 21:02:33 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-10 07:46:50 +0700
commit78e07572f976453c2749064eeb6cf9f75113dbf1 (patch)
treeddf2e2b4b7a0379a64bd9deaebf3fcf778da0e28 /games/meteor-libretro/meteor-libretro.SlackBuild
parent8276cc299396e628490edb64adf4c2a493decab2 (diff)
downloadslackbuilds-78e07572f976453c2749064eeb6cf9f75113dbf1.tar.gz
slackbuilds-78e07572f976453c2749064eeb6cf9f75113dbf1.tar.xz
games/meteor-libretro: Updated for version 2018.04.09_f8ab66c.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/meteor-libretro/meteor-libretro.SlackBuild')
-rw-r--r--games/meteor-libretro/meteor-libretro.SlackBuild21
1 files changed, 4 insertions, 17 deletions
diff --git a/games/meteor-libretro/meteor-libretro.SlackBuild b/games/meteor-libretro/meteor-libretro.SlackBuild
index 7e9ed94599..4b930cd675 100644
--- a/games/meteor-libretro/meteor-libretro.SlackBuild
+++ b/games/meteor-libretro/meteor-libretro.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for meteor-libretro
-# 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=meteor-libretro
LIBNAM=$(echo $PRGNAM | tr - _)
-VERSION=${VERSION:-2017.11.24_bcb6235}
+VERSION=${VERSION:-2018.04.09_f8ab66c}
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