icu: fix patch, which adds big endian ARM support 9710/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 13 Aug 2019 11:13:30 +0000 (13:13 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 13 Aug 2019 11:25:52 +0000 (13:25 +0200)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
libs/icu/Makefile
libs/icu/patches/010-add-big-endian-arm-support.patch

index 3b674a3d69ad47f2fdb85bda7e9a5889a368e025..99e882e834f64c71611b16794250be1c2c662e65 100644 (file)
@@ -11,7 +11,7 @@ PKG_NAME:=icu4c
 MAJOR_VERSION:=61
 MINOR_VERSION:=2
 PKG_VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION)
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(MAJOR_VERSION)_$(MINOR_VERSION)-src.tgz
 PKG_SOURCE_URL:=https://github.com/unicode-org/icu/releases/download/release-$(MAJOR_VERSION)-$(MINOR_VERSION)
index 5ad27d7b2c95daa2ba4ac869755d609df197f64b..c002cd27f9c2b40f23f873c8524e77d647a88ec6 100644 (file)
@@ -5,13 +5,13 @@ Subject: [PATCH] Add big endian ARM support (#92)
 
 This fixes compilation on such platforms.
 ---
double-conversion/utils.h | 2 +-
i18n/double-conversion-utils.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/source/i18n/double-conversion-utils.h b/source/i18n/double-conversion-utils.h
-index 1e44fca..b715c65 100644
---- a/source/i18n/double-conversion-utils.h
-+++ b/source/i18n/double-conversion-utils.h
+diff --git a/i18n/double-conversion-utils.h b/i18n/double-conversion-utils.h
+index 02795b4..9b3cdef 100644
+--- a/i18n/double-conversion-utils.h
++++ b/i18n/double-conversion-utils.h
 @@ -84,7 +84,7 @@ inline void abort_noreturn() { abort(); }
      defined(_POWER) || defined(_ARCH_PPC) || defined(_ARCH_PPC64) || \
      defined(__sparc__) || defined(__sparc) || defined(__s390__) || \
@@ -21,3 +21,5 @@ index 1e44fca..b715c65 100644
      defined(__AARCH64EL__) || defined(__aarch64__) || \
      defined(__riscv)
  #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
+--
+2.20.1