From 6285babb90cf78952aecd9dd03eb8e0d1338292d Mon Sep 17 00:00:00 2001 From: Erich Ritz Date: Wed, 27 Sep 2023 10:48:41 +0700 Subject: python/python3-json5: New maintainer. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-json5/python3-json5.SlackBuild | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'python/python3-json5/python3-json5.SlackBuild') diff --git a/python/python3-json5/python3-json5.SlackBuild b/python/python3-json5/python3-json5.SlackBuild index 2a3890ff7c..8753e5fd34 100644 --- a/python/python3-json5/python3-json5.SlackBuild +++ b/python/python3-json5/python3-json5.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for python3-json5 # Copyright 2022-2023 Isaac Yu +# Copyright 2023 Erich Ritz, Jenks, Oklahoma, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -49,20 +50,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 -- cgit v1.2.3