gstreamer: Update from 1.12.3 to 1.14.0
[termux-packages] / packages / gettext / msginit.c.patch
CommitLineData
7ac55958 1--- ../cache/gettext-0.19.8/gettext-tools/src/msginit.c 2016-05-30 09:12:33.000000000 +0000
2+++ ./gettext-tools/src/msginit.c 2017-02-23 06:45:14.705803371 +0000
3@@ -1073,7 +1073,7 @@
4 struct passwd *pwd;
5
6 pwd = get_user_pwd ();
7-#if HAVE_PWD_H
8+#ifndef __ANDROID__
9 if (pwd != NULL)
10 {
11 const char *fullname;