update net-mail/vacation
[portage-squeep] / dev-libs / icu / files / icu-68.1-nonunicode.patch
1 diff -ruN a/common/unicode/platform.h b/common/unicode/platform.h
2 --- a/common/unicode/platform.h 2020-10-28 23:21:12.000000000 +0200
3 +++ b/common/unicode/platform.h 2020-11-28 20:48:53.223629867 +0200
4 @@ -649,7 +649,7 @@
5 /* Use the predefined value. */
6 #elif U_PLATFORM_IS_LINUX_BASED || U_PLATFORM_IS_DARWIN_BASED || \
7 U_PLATFORM == U_PF_EMSCRIPTEN
8 -# define U_CHARSET_IS_UTF8 1
9 +# define U_CHARSET_IS_UTF8 0
10 #else
11 # define U_CHARSET_IS_UTF8 0
12 #endif