summaryrefslogtreecommitdiffstats
path: root/source/x/fcitx5-kkc/fcitx5-kkc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/fcitx5-kkc/fcitx5-kkc.SlackBuild')
-rwxr-xr-xsource/x/fcitx5-kkc/fcitx5-kkc.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/x/fcitx5-kkc/fcitx5-kkc.SlackBuild b/source/x/fcitx5-kkc/fcitx5-kkc.SlackBuild
index 8168ed344..739494cb0 100755
--- a/source/x/fcitx5-kkc/fcitx5-kkc.SlackBuild
+++ b/source/x/fcitx5-kkc/fcitx5-kkc.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 2015-2016 Heinz Wiesinger, Amsterdam, The Netherlands
-# Copyright 2016, 2020, 2023 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2016, 2020, 2023, 2024 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -90,6 +90,7 @@ cd build
-DCMAKE_C_FLAGS="${SLKCFLAGS}" \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_INSTALL_LIBDIR=lib${LIBDIRSUFFIX} \
+ -DUSE_QT6=Off \
..
make $NUMJOBS || make || exit 1