From 0884f857cd088ccd9f30413189d799db7b80f936 Mon Sep 17 00:00:00 2001 From: isaackwy Date: Mon, 21 Oct 2024 15:12:21 -0700 Subject: python/python3-diff-match-patch: Update for 20241021 Signed-off-by: Willy Sudiarto Raharjo --- .../python3-diff-match-patch.SlackBuild | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'python/python3-diff-match-patch/python3-diff-match-patch.SlackBuild') diff --git a/python/python3-diff-match-patch/python3-diff-match-patch.SlackBuild b/python/python3-diff-match-patch/python3-diff-match-patch.SlackBuild index 5b75689039..7110768b5b 100644 --- a/python/python3-diff-match-patch/python3-diff-match-patch.SlackBuild +++ b/python/python3-diff-match-patch/python3-diff-match-patch.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-diff-match-patch -# Copyright 2023 Isaac Yu +# Copyright 2023-2024 Isaac Yu # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-diff-match-patch -VERSION=${VERSION:-20230430} +VERSION=${VERSION:-20241021} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -49,20 +49,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