diff options
author | Arn0 <yth@ythogtha.org> | 2024-01-18 16:06:11 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-19 09:51:07 +0700 |
commit | ca6e289a5c08c93ad198e57c3b4b385519edb546 (patch) | |
tree | 7e2880a37c04930647da41c91a243e436545cb8c /python/python3-python-editor/python3-python-editor.SlackBuild | |
parent | ad95416071bf4d13d00f08919142a9d6ee984ef5 (diff) |
python/python3-python-editor: Added aarch64 flags
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-python-editor/python3-python-editor.SlackBuild')
-rw-r--r-- | python/python3-python-editor/python3-python-editor.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/python3-python-editor/python3-python-editor.SlackBuild b/python/python3-python-editor/python3-python-editor.SlackBuild index 0278369a3e..3f05b2ced9 100644 --- a/python/python3-python-editor/python3-python-editor.SlackBuild +++ b/python/python3-python-editor/python3-python-editor.SlackBuild @@ -60,6 +60,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="" @@ -87,7 +90,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a README.md LICENSE PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION -# dw: Mon, 24 Oct 8:28 PM BST 2022: find $PKG/usr/doc/$PRGNAM-$VERSION -type f -execdir chmod -c 644 '{}' \+ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |