build: work around VS2015 issue in ICU <56
authorSteven R. Loomis <srloomis@us.ibm.com>
Fri, 31 Jul 2015 23:25:15 +0000 (16:25 -0700)
committerJoão Reis <reis@janeasystems.com>
Fri, 14 Aug 2015 20:16:34 +0000 (21:16 +0100)
commit4c06515a2f13c9b0890b374bb3ab3c0740c282e2
treedf26a9d7d934f09dac85ec88c84056cd7ffabda4
parent88419479ccb6384473339f09e5c55f234f4ee194
build: work around VS2015 issue in ICU <56

The particular ufile.c is from
http://bugs.icu-project.org/trac/changeset/37704
and should be OK for ICU 54 and 55.

Also, adds general mechanism for floating patches on top of ICU.

Fixes: https://github.com/nodejs/node/issues/2279
PR-URL: https://github.com/nodejs/node/pull/2283
Reviewed-By: João Reis <reis@janeasystems.com>
configure
tools/icu/patches/54/source/io/ufile.c [new file with mode: 0644]
tools/icu/patches/55/source/io/ufile.c [new file with mode: 0644]