From 7b376bd7603138ed4ac55acf9e91383ba53c14b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 10 Jan 2021 22:34:27 +0100 Subject: [PATCH] timg: fix build --- srcpkgs/timg/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/timg/template b/srcpkgs/timg/template index 3d1ccb81b20..9221bc491df 100644 --- a/srcpkgs/timg/template +++ b/srcpkgs/timg/template @@ -14,6 +14,8 @@ homepage="https://github.com/hzeller/timg" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=436e2c3b5f43e906786ca150d11e521281d558329a7bc00198fe30d6907ee8c4 +CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/GraphicsMagick" + do_install() { vbin timg }