preload-hacks: Some patches to make it work.
[termux-packages] / packages / texlive-bin / texk-web2c-luatexdir-luaffi-ffi.h.patch
CommitLineData
179329f8
HG
1--- ./texk/web2c/luatexdir/luaffi/ffi.h 2017-11-17 14:32:47.517562104 +0000
2+++ ../ffi.h 2017-11-17 14:32:26.333562953 +0000
3@@ -42,7 +42,7 @@
4 #include <sys/mman.h>
5 #endif
6
7-#if ( defined( _WIN32) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__bsdi__) || defined(__DragonFly__))
8+#if ( defined( _WIN32) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__bsdi__) || defined(__DragonFly__) || defined(__ANDROID__))
9 /* We should include something equivalent to */
10 /* complex.h */
11 #else