mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-21 19:46:19 +00:00
a2b8b38703
disabled due to violation of 100MiB criterion in our packaging policy.
13 lines
246 B
Diff
13 lines
246 B
Diff
--- a/src/third_party/gettext/gettext.h
|
|
+++ b/src/third_party/gettext/gettext.h
|
|
@@ -49,6 +49,9 @@
|
|
#include <libintl.h>
|
|
CLANG_DIAG_ON("-Wreserved-id-macro")
|
|
#else
|
|
+#ifdef __ANDROID__
|
|
+#include <locale.h>
|
|
+#endif
|
|
#include <libintl.h>
|
|
#endif
|
|
|