summaryrefslogtreecommitdiffstats
path: root/misc/fcitx-configtool/fcitx-configtool.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fcitx-configtool/fcitx-configtool.SlackBuild')
-rw-r--r--misc/fcitx-configtool/fcitx-configtool.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/fcitx-configtool/fcitx-configtool.SlackBuild b/misc/fcitx-configtool/fcitx-configtool.SlackBuild
index 442b8bc792..d46cec4556 100644
--- a/misc/fcitx-configtool/fcitx-configtool.SlackBuild
+++ b/misc/fcitx-configtool/fcitx-configtool.SlackBuild
@@ -6,7 +6,7 @@
PRGNAM=fcitx-configtool
VERSION=${VERSION:-0.3.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -53,6 +53,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Fix for compiling error under Slackware 14.0's glib
+patch -p1 < $CWD/fcitx-configtool-0.3.1-glib.patch
+
mkdir build
cd build
cmake -DCMAKE_C_FLAGS:STRING=${SLKCFLAGS} \