summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-12-01 12:44:55 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-12-01 12:44:55 (GMT)
commit43837090e49b3ec41973ba10f0508b1869376d4b (patch)
tree6e3e52909d567e26f994c312f3af9f1d1c5865b9 /src
parentc6f881c68171461b41092fbad8e657518c3d5481 (diff)
downloadmxe-43837090e49b3ec41973ba10f0508b1869376d4b.zip
mxe-43837090e49b3ec41973ba10f0508b1869376d4b.tar.gz
mxe-43837090e49b3ec41973ba10f0508b1869376d4b.tar.bz2
icu4c: update
Diffstat (limited to 'src')
-rw-r--r--src/icu4c-2-detect-host.patch15
-rw-r--r--src/icu4c.mk4
2 files changed, 2 insertions, 17 deletions
diff --git a/src/icu4c-2-detect-host.patch b/src/icu4c-2-detect-host.patch
deleted file mode 100644
index a02f860..0000000
--- a/src/icu4c-2-detect-host.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-This file is part of MXE.
-See index.html for further information.
-
-diff -ur icu.orig/source/acinclude.m4 icu/source/acinclude.m4
---- icu.orig/source/acinclude.m4 2014-04-20 22:05:23.000000000 +1000
-+++ icu/source/acinclude.m4 2014-04-20 22:06:17.000000000 +1000
-@@ -32,7 +32,7 @@
- icu_cv_host_frag=mh-linux-va
- fi ;;
- *-*-linux*|*-*-gnu|*-*-k*bsd*-gnu|*-*-kopensolaris*-gnu) icu_cv_host_frag=mh-linux ;;
--*-*-cygwin|*-*-mingw32|*-*-mingw64)
-+*-*-cygwin|*-*-mingw*)
- if test "$GCC" = yes; then
- AC_TRY_COMPILE([
- #ifndef __MINGW32__
diff --git a/src/icu4c.mk b/src/icu4c.mk
index 03b7a86..cfa94b7 100644
--- a/src/icu4c.mk
+++ b/src/icu4c.mk
@@ -3,9 +3,9 @@
PKG := icu4c
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 53.1
+$(PKG)_VERSION := 54.1
$(PKG)_MAJOR := $(word 1,$(subst ., ,$($(PKG)_VERSION)))
-$(PKG)_CHECKSUM := 7eca017fdd101e676d425caaf28ef862d3655e0f
+$(PKG)_CHECKSUM := 8c752490bbf31cea26e20246430cee67d48abe34
$(PKG)_SUBDIR := icu
$(PKG)_FILE := $(PKG)-$(subst .,_,$($(PKG)_VERSION))-src.tgz
$(PKG)_URL := http://download.icu-project.org/files/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)