diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template index cfd37ca7877..30740a7c7a2 100644 --- a/srcpkgs/evolution-data-server/template +++ b/srcpkgs/evolution-data-server/template @@ -1,7 +1,7 @@ # Template file for 'evolution-data-server' pkgname=evolution-data-server version=3.18.1 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-openldap --disable-uoa --with-krb5=${XBPS_CROSS_BASE}/usr @@ -27,6 +27,8 @@ fi pre_configure() { if [ "$CROSS_BUILD" ]; then + # Suppress wrong `pkg-config --cflags libical` result -I/usr/include + sed -i configure -e "/LIBICAL_EXTRA_CFLAGS=\"/s; -I.*\";\";" # Create iconv-detect.h for cross builds echo '/* This is an auto-generated header, DO NOT EDIT! */' > iconv-detect.h echo >>iconv-detect.h