summaryrefslogtreecommitdiffstats
path: root/source/x/OpenCC/OpenCC.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/OpenCC/OpenCC.SlackBuild')
-rwxr-xr-xsource/x/OpenCC/OpenCC.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/x/OpenCC/OpenCC.SlackBuild b/source/x/OpenCC/OpenCC.SlackBuild
index 98272cfad..da26ff8ff 100755
--- a/source/x/OpenCC/OpenCC.SlackBuild
+++ b/source/x/OpenCC/OpenCC.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for OpenCC
# Copyright 2017-2018 Heinz Wiesinger, Amsterdam, The Netherlands
-# Copyright 2017-2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2017-2023 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -92,6 +92,7 @@ cd build
-DCMAKE_C_FLAGS="${SLKCFLAGS}" \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
+ -DUSE_SYSTEM_MARISA=ON \
..
make $NUMJOBS || make || exit 1