python/python3-trove-classifiers: remove .rej file.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-10-03 19:22:31 -06:00 committed by Willy Sudiarto Raharjo
parent e45e00d987
commit 91beb7a9b2
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
--- /dev/null
+++ /dev/null
@@ -57,6 +57,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+elif [ "$ARCH" = "aarch64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""