fcitx: broken on musl (depends on libexecinfo)

This commit is contained in:
Michael Gehring 2016-03-15 15:50:22 +01:00
parent baa2f59f5d
commit a823cf8598

View file

@ -18,6 +18,13 @@ configure_args="-DSYSCONFDIR=/etc -DFORCE_OPENCC=OFF -DFORCE_PRESAGE=OFF
-DENABLE_GTK2_IM_MODULE=ON -DENABLE_GTK3_IM_MODULE=ON -DENABLE_QT_IM_MODULE=ON
-DFORCE_ENCHANT=ON"
case "$XBPS_TARGET_MACHINE" in
*-musl)
# depends on libexecinfo
broken="https://travis-ci.org/ebfe/void-packages/jobs/116135672"
;;
esac
libfcitx_package() {
short_desc+=" - shared libraries"
pkg_install() {