From d2a99ce0b4ec1ab411b10a4581cfff36a24750cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 15 Sep 2020 09:02:23 +0200 Subject: [PATCH] tellico: fix build --- srcpkgs/tellico/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/tellico/template b/srcpkgs/tellico/template index 971dca30ec4..a5ced0219c7 100644 --- a/srcpkgs/tellico/template +++ b/srcpkgs/tellico/template @@ -27,3 +27,6 @@ desc_option_xmp="Support for reading PDF/XMP metadata" desc_option_yaz="Support for searching z39.50 databases" desc_option_cddb="Support for CDDB searches" desc_option_scanner="Support for adding scanned images to a collection" + +# Need to specify the include path for taglib-devel fileref.h +CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/taglib"