From 78fc915a342c9b0123d8dbdb36dc906943794a78 Mon Sep 17 00:00:00 2001 From: Tuukka Pasanen Date: Sun, 15 Dec 2013 15:53:30 +0200 Subject: Updated icu4c for shared build --- src/icu4c-2-dll_fix.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/icu4c-2-dll_fix.patch diff --git a/src/icu4c-2-dll_fix.patch b/src/icu4c-2-dll_fix.patch new file mode 100644 index 0000000..e9511ec --- /dev/null +++ b/src/icu4c-2-dll_fix.patch @@ -0,0 +1,13 @@ +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" -- cgit v0.12