From 76a5999ee024cc301c14a19f2cb3ea2b671e5848 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 10 Dec 2022 10:42:26 +0100 Subject: extra/sysprof: added makedepends icu69 on i486 --- extra/sysprof/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'extra') diff --git a/extra/sysprof/PKGBUILD b/extra/sysprof/PKGBUILD index b4aea859..8913c6eb 100644 --- a/extra/sysprof/PKGBUILD +++ b/extra/sysprof/PKGBUILD @@ -3,3 +3,9 @@ if [ "$CARCH" = 'i486' ]; then depends=(${depends[@]//polkit/}) depends+=(polkit-duktape) fi + +# for now we have issues in sparql (which therefore is still linked +# against icu69 on i486) +if [ "$CARCH" = 'i486' ]; then + makedepends+=(icu69) +fi -- cgit v1.2.3-54-g00ecf