summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author lecramyajiv2024-01-20 17:24:41 +0100
committer Willy Sudiarto Raharjo2024-01-20 17:47:15 +0100
commitd77f142f8f1e68b65cb2e08a0bd6da383c16108f (patch)
tree78197688e18011524a2451076ca61aa7e8d91603 /office
parent3ec1f753bfa1d2aa42e6febcc49da68b52fb83ac (diff)
downloadslackbuilds-d77f142f8f1e68b65cb2e08a0bd6da383c16108f.tar.gz
office/semantik: Update semantik.SlackBuild
change mtune flag to generic Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/semantik/semantik.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/office/semantik/semantik.SlackBuild b/office/semantik/semantik.SlackBuild
index a101b21ce4..46409d1bda 100644
--- a/office/semantik/semantik.SlackBuild
+++ b/office/semantik/semantik.SlackBuild
@@ -58,7 +58,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"