tor: Bump revision after patch
[termux-packages] / packages / fontconfig / build.sh
index dfba3d2..42a43bc 100644 (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
+}