python-reportlab: mask aarch64-musl broken
This commit is contained in:
parent
e283c2c82c
commit
fd24c87618
1 changed files with 4 additions and 0 deletions
|
@ -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 <ft2build.h>" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue