From fd24c876187bcdadf0eb64bf9428d6d0c5873ddc Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 3 Aug 2018 00:22:30 -0300 Subject: [PATCH] python-reportlab: mask aarch64-musl broken --- srcpkgs/python-reportlab/template | 4 ++++ 1 file changed, 4 insertions(+) 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 }