From 0bba1ff7a3518dd9f9f88f9a6d2daa3668b48a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 23 Sep 2022 19:27:25 +0700 Subject: [PATCH] python3-reportlab: fix cross build --- srcpkgs/python3-reportlab/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/python3-reportlab/template b/srcpkgs/python3-reportlab/template index 1b2041a7404..9c4f299c678 100644 --- a/srcpkgs/python3-reportlab/template +++ b/srcpkgs/python3-reportlab/template @@ -14,6 +14,8 @@ homepage="https://www.reportlab.com/" distfiles="${PYPI_SITE}/r/reportlab/reportlab-${version}.tar.gz" checksum=04fc4420f0548815d0623e031c86a1f7f3f3003e699d9af7148742e2d72b024a +CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2" + post_install() { vlicense LICENSE.txt }