icu4c: update

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu 2014-08-07 17:34:13 -07:00
parent 940a9c2647
commit 2182e9b2f9
3 changed files with 2 additions and 18 deletions

View File

@ -1,16 +0,0 @@
This file is part of MXE.
See index.html for further information.
diff -urN icu/source/extra/uconv/uconv.cpp icu-patch/source/extra/uconv/uconv.cpp
--- icu/source/extra/uconv/uconv.cpp 2013-10-04 23:48:58.000000000 +0300
+++ icu-patch/source/extra/uconv/uconv.cpp 2013-12-15 15:04:00.758431267 +0200
@@ -59,6 +59,9 @@
#endif
#endif
+
+#undef UCONVMSG_LINK
+
#ifdef UCONVMSG_LINK
/* below from the README */
#include "unicode/utypes.h"

View File

@ -3,8 +3,8 @@
PKG := icu4c
$(PKG)_IGNORE :=
$(PKG)_VERSION := 52.1
$(PKG)_CHECKSUM := 6de440b71668f1a65a9344cdaf7a437291416781
$(PKG)_VERSION := 53.1
$(PKG)_CHECKSUM := 7eca017fdd101e676d425caaf28ef862d3655e0f
$(PKG)_SUBDIR := icu
$(PKG)_FILE := $(PKG)-$(subst .,_,$($(PKG)_VERSION))-src.tgz
$(PKG)_URL := http://download.icu-project.org/files/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)