notmuch: Update from 0.26.1 to 0.26.2
[termux-packages] / packages / pinentry / pinentry-pinentry.c.patch
1 diff -u -r ../pinentry-0.9.7/pinentry/pinentry.c ./pinentry/pinentry.c
2 --- ../pinentry-0.9.7/pinentry/pinentry.c 2015-09-16 14:47:52.000000000 -0400
3 +++ ./pinentry/pinentry.c 2016-01-20 16:28:14.364196578 -0500
4 @@ -213,8 +213,10 @@
5 {
6 if (! lc_ctype_unknown_warning)
7 {
8 +#ifndef __ANDROID__
9 fprintf (stderr, "%s: no LC_CTYPE known - assuming UTF-8\n",
10 this_pgmname);
11 +#endif
12 lc_ctype_unknown_warning = 1;
13 }
14 return strdup (text);