summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTuukka Pasanen <tuukka.pasanen@ilmi.fi>2013-12-15 13:53:30 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-02-10 03:20:58 (GMT)
commit78fc915a342c9b0123d8dbdb36dc906943794a78 (patch)
treec019b2bd65e876fe8bc253049273a094cba38598 /src
parenteabcce499f10871d4aca2cb73ed46df6efde5733 (diff)
downloadmxe-78fc915a342c9b0123d8dbdb36dc906943794a78.zip
mxe-78fc915a342c9b0123d8dbdb36dc906943794a78.tar.gz
mxe-78fc915a342c9b0123d8dbdb36dc906943794a78.tar.bz2
Updated icu4c for shared build
Diffstat (limited to 'src')
-rw-r--r--src/icu4c-2-dll_fix.patch13
1 files changed, 13 insertions, 0 deletions
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"