Files
termux-packages/packages/mupdf/source-tools-mudraw.c.patch
termux-pacman-bot 056fb540a7 mupdf: Bump to 1.22.0
2023-04-19 04:32:15 +00:00

13 lines
303 B
Diff

--- a/source/tools/mudraw.c
+++ b/source/tools/mudraw.c
@@ -338,6 +338,9 @@
static const char *icc_filename = NULL;
static float gamma_value = 1;
static int invert = 0;
+#ifdef __ANDROID__
+#define kill kill_value
+#endif
static int kill = 0;
static int band_height = 0;
static int lowmemory = 0;