X-Git-Url: http://git.squeep.com/?p=portage-squeep;a=blobdiff_plain;f=dev-libs%2Ficu%2Ffiles%2Ficu-68.1-nonunicode.patch;fp=dev-libs%2Ficu%2Ffiles%2Ficu-68.1-nonunicode.patch;h=e02c1413d996f399ba9bacbe6cd47949ddf3010e;hp=0000000000000000000000000000000000000000;hb=c83392e3b749fdb29bdb9cf34001725202a5b778;hpb=612f80cc07be4fd37647a1264fe6498a9edd24d3 diff --git a/dev-libs/icu/files/icu-68.1-nonunicode.patch b/dev-libs/icu/files/icu-68.1-nonunicode.patch new file mode 100644 index 0000000..e02c141 --- /dev/null +++ b/dev-libs/icu/files/icu-68.1-nonunicode.patch @@ -0,0 +1,12 @@ +diff -ruN a/common/unicode/platform.h b/common/unicode/platform.h +--- a/common/unicode/platform.h 2020-10-28 23:21:12.000000000 +0200 ++++ b/common/unicode/platform.h 2020-11-28 20:48:53.223629867 +0200 +@@ -649,7 +649,7 @@ + /* Use the predefined value. */ + #elif U_PLATFORM_IS_LINUX_BASED || U_PLATFORM_IS_DARWIN_BASED || \ + U_PLATFORM == U_PF_EMSCRIPTEN +-# define U_CHARSET_IS_UTF8 1 ++# define U_CHARSET_IS_UTF8 0 + #else + # define U_CHARSET_IS_UTF8 0 + #endif