0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-13 14:09:19 +00:00
termux-packages/x11-packages/deadbeef/junklib.c.patch
2023-12-22 14:34:21 +02:00

11 lines
286 B
Diff

+++ ./src/junklib.c
@@ -32,7 +32,7 @@
#include <stdlib.h>
#include <string.h>
#if HAVE_ICONV
- #if !defined(__MINGW32__) && !defined(__OpenBSD__)
+ #if !defined(__MINGW32__) && !defined(__OpenBSD__) && !defined(__ANDROID__)
#define LIBICONV_PLUG
#endif
#include <iconv.h>