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:
parent
71bc425594
commit
8e858ff370
Binary file not shown.
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue