0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-21 19:46:19 +00:00
termux-packages/disabled-packages/widelands/src-third_party-gettext-gettext.h.patch
Tee KOBAYASHI a2b8b38703 new disabled package: widelands
disabled due to violation of 100MiB criterion in our packaging policy.
2022-05-08 16:27:15 +09:00

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