From 459508b8a161878c62f0f3b32653da329bb87feb Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 31 May 2023 04:33:48 -0400 Subject: games/nexuiz: Get rid of unused LIBDIRSUFFIX and SLKCFLAGS. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/nexuiz/nexuiz.SlackBuild | 6 ------ 1 file changed, 6 deletions(-) (limited to 'games') diff --git a/games/nexuiz/nexuiz.SlackBuild b/games/nexuiz/nexuiz.SlackBuild index 101a8545e18fc..ebb2164aa7715 100644 --- a/games/nexuiz/nexuiz.SlackBuild +++ b/games/nexuiz/nexuiz.SlackBuild @@ -55,16 +55,10 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" SRCARCH="686" elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" SRCARCH="686" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" SRCARCH="x86_64" fi -- cgit v1.2.3