diff options
author | lecramyajiv <36596722+lecramyajiv@users.noreply.github.com> | 2024-01-20 20:24:00 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-20 23:44:53 +0700 |
commit | b12263ce5096a14d911f4810fe986370dc00587a (patch) | |
tree | 60fc8003961cd7856343d8ac7f2851f975058726 /python/python3-fonttools/python3-fonttools.SlackBuild | |
parent | 893dc7fc17a734e152bfbc675dbb368328f15d8c (diff) |
python/python3-fonttools: Update python3-fonttools.SlackBuild
change mtune flag to generic
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-fonttools/python3-fonttools.SlackBuild')
-rw-r--r-- | python/python3-fonttools/python3-fonttools.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-fonttools/python3-fonttools.SlackBuild b/python/python3-fonttools/python3-fonttools.SlackBuild index 7c76df0087..c5702f50fa 100644 --- a/python/python3-fonttools/python3-fonttools.SlackBuild +++ b/python/python3-fonttools/python3-fonttools.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Slackware build script for python-fonttools +# Slackware build script for python3-fonttools # Copyright 2017-2019,2022 Andrew Clemons, Wellington New Zealand # Copyright 2023 Vijay Marcel @@ -56,7 +56,7 @@ elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-march=i686 -mtune=i686 -pipe -O2 -fPIC" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-march=x86-64 -mtune=native -pipe -O2 -fPIC" + SLKCFLAGS="-march=x86-64 -mtune=generic -pipe -O2 -fPIC" LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" |