From: Fredrik Fornwall Date: Thu, 2 Nov 2017 00:07:55 +0000 (+0100) Subject: fontconfig: Fix building under ubuntu 17.10 X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/a2931b303109bbee443c5d9b90432e2ec68d56cc?hp=8958093c2ebe3063da2f83a808ba0cf331003c24 fontconfig: Fix building under ubuntu 17.10 --- diff --git a/packages/fontconfig/build.sh b/packages/fontconfig/build.sh index dfba3d25..42a43bca 100644 --- a/packages/fontconfig/build.sh +++ b/packages/fontconfig/build.sh @@ -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 +}