misc/ibus-pinyin: Fixed build with boost-1.59.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
David Spencer 2015-12-31 19:35:18 +00:00 committed by Willy Sudiarto Raharjo
parent 71bc425594
commit 8e858ff370
2 changed files with 7 additions and 0 deletions

Binary file not shown.

View file

@ -59,6 +59,13 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# Fix "configure: error: invalid value: boost_major_version="
# wget http://github.com/tsuna/boost.m4/raw/master/build-aux/boost.m4
zcat $CWD/boost.m4.gz > m4/boost.m4
autoreconf -vif
sed -i -e 's/ibus-1.0 >= 1.3.99/ibus-1.0 >= 1.3.9/' configure
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \