From 815fd9414edb4fe8e9b2829bbc712d7b3a4bf0d2 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 27 Feb 2020 13:13:50 +0000 Subject: [PATCH] core/icu: fix --- core/icu/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/icu/PKGBUILD b/core/icu/PKGBUILD index 5b783bba9..6b1edded7 100644 --- a/core/icu/PKGBUILD +++ b/core/icu/PKGBUILD @@ -3,6 +3,7 @@ # ALARM: Kevin Mihelich # - patch to fix icudata library linking on ARM +# - remove check for clang in configure - picks up distcc pkgname=icu pkgver=65.1 @@ -41,6 +42,7 @@ prepare() { cd source patch -p2 -i ${srcdir}/icudata-stdlibs.patch + sed -r -i 's/(for ac_prog in )clang(\+\+)? /\1/g' configure } build() {