fontconfig: Fix building under ubuntu 17.10

This commit is contained in:
Fredrik Fornwall 2017-11-02 01:07:55 +01:00
parent 429fd049d0
commit 844cf313dd
1 changed files with 5 additions and 0 deletions

View File

@ -13,3 +13,8 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--with-default-fonts=/system/fonts
--with-add-fonts=$TERMUX_PREFIX/share/fonts
"
termux_step_pre_configure() {
# https://bugs.freedesktop.org/show_bug.cgi?id=101280
rm src/fcobjshash.h
}