From d6317132dd7040fcab492ba76ec60b6fa8ae4fe6 Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Thu, 24 Dec 2020 15:18:56 +0900 Subject: icu: update to 68.2 Maintainer: me Compile tested: head r15324-920b692, aarch64, x86_64 Run tested: (qemu-5.2.0) aarch64 Description: Update to 68.2 Signed-off-by: Hirokazu MORIKAWA --- libs/icu/patches/010-max_align_t.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/icu/patches/010-max_align_t.patch') diff --git a/libs/icu/patches/010-max_align_t.patch b/libs/icu/patches/010-max_align_t.patch index 0ad406b41..0a139b124 100644 --- a/libs/icu/patches/010-max_align_t.patch +++ b/libs/icu/patches/010-max_align_t.patch @@ -38,7 +38,7 @@ }; static const UText emptyText = UTEXT_INITIALIZER; -@@ -584,7 +584,7 @@ utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) { +@@ -584,7 +584,7 @@ utext_setup(UText *ut, int32_t extraSpac // We need to heap-allocate storage for the new UText int32_t spaceRequired = sizeof(UText); if (extraSpace > 0) { -- cgit v1.2.3