python-reportlab: mask aarch64-musl broken

This commit is contained in:
maxice8 2018-08-03 00:22:30 -03:00
parent e283c2c82c
commit fd24c87618
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ homepage="https://www.reportlab.com/"
distfiles="${PYPI_SITE}/r/reportlab/reportlab-${version}.tar.gz" distfiles="${PYPI_SITE}/r/reportlab/reportlab-${version}.tar.gz"
checksum=08986267eaf25d62c3802512f0a97dc3426d0c82f52c8beb576689582eb85b7f checksum=08986267eaf25d62c3802512f0a97dc3426d0c82f52c8beb576689582eb85b7f
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) broken="src/rl_addons/renderPM/_renderPM.c:144:10: fatal error: ft2build.h: No such file or directory #include <ft2build.h>" ;;
esac
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt
} }