X-Git-Url: http://gitweb/?a=blobdiff_plain;f=icu%2FPkgfile;h=9ecf262e9f565871fb4e2d2272e8d07c70a3e63e;hb=a9b4db970e4c05802207c944be507ef2fe04ce60;hp=bad3726e2d709036974f7a633d2b71422e360086;hpb=aae85d2631a2237c3e975e258ebaecdf70577e24;p=ports%2Fopt-arm.git diff --git a/icu/Pkgfile b/icu/Pkgfile index bad3726..9ecf262 100644 --- a/icu/Pkgfile +++ b/icu/Pkgfile @@ -5,25 +5,23 @@ # Packager: Younes Hafri, ycrux at club-internet dot fr name=icu -version=65.1 +version=67.1 release=1 source=(https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version/./_}-src.tgz - icu-65.1-initialized-buffer-uloc_getKeywordValue.patch) + icudata-stdlibs.patch) build() { cd icu/source - # https://unicode-org.atlassian.net/browse/ICU-20884 - patch -p2 -d .. -i $SRC/icu-65.1-initialized-buffer-uloc_getKeywordValue.patch + patch -p2 -i $SRC/icudata-stdlibs.patch # icu tries to use clang by default [ "$CC" ] || export CC=gcc [ "$CXX" ] || export CXX=g++ - sed -i -e "s:LDFLAGSICUDT=-nodefaultlibs -nostdlib:LDFLAGSICUDT=:" config/mh-linux - ./configure \ --prefix=/usr \ + --mandir=/usr/share/man \ --disable-samples \ --disable-tests