diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template index d310b02fc9c..77644d6abe2 100644 --- a/srcpkgs/python-reportlab/template +++ b/srcpkgs/python-reportlab/template @@ -15,6 +15,10 @@ homepage="https://www.reportlab.com/" distfiles="${PYPI_SITE}/r/reportlab/reportlab-${version}.tar.gz" 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 " ;; +esac + post_install() { vlicense LICENSE.txt }