diff options
author | vvoody <vvoodywang@gmail.com> | 2012-09-14 14:50:08 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-14 16:40:35 -0500 |
commit | 65dad92448b6b50c7a7e6ae367a32688a33f86b8 (patch) | |
tree | a9c068cd2a20d9298c00f8029eb96c2ac6d3308e /misc/fcitx-configtool/fcitx-configtool.SlackBuild | |
parent | 923e4089dd486601bc1f9ba562010e978d5efdfe (diff) | |
download | slackbuilds-65dad92448b6b50c7a7e6ae367a32688a33f86b8.tar.gz |
misc/fcitx-configtool: Fixed build errors due to new glib2
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'misc/fcitx-configtool/fcitx-configtool.SlackBuild')
-rw-r--r-- | misc/fcitx-configtool/fcitx-configtool.SlackBuild | 5 |
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} \ |