Browse Source

games/clksignal: Get rid of unused LIBDIRSUFFIX and SLKCFLAGS.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/198/head
B. Watson 3 years ago
committed by Willy Sudiarto Raharjo
parent
commit
c07ecfc0eb
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 18
      games/clksignal/clksignal.SlackBuild

18
games/clksignal/clksignal.SlackBuild

@ -6,6 +6,10 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# Note to self: 20230515 release it out, upgrade this!
# 20230530 bkw: remove unused flags.
# 20230114 bkw: updated for v20221125.
# - fix my typo that prevented the qt5 UI from being built.
# - rename ROM dir AppleIIGS => AppleIIgs (the latter is hardcoded
@ -40,20 +44,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
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
set -e
rm -rf $PKG

Loading…
Cancel
Save