librhash: Update from 1.3.5 to 1.3.6
[termux-packages] / disabled-packages / racket / sconfig.h.patch
CommitLineData
442464c5 1--- ../cache/racket-6.12/src/racket/sconfig.h 2017-10-12 18:23:27.000000000 +0000
2+++ ./src/racket/sconfig.h 2018-02-07 01:18:13.911569478 +0000
3@@ -124,10 +124,12 @@
4 # endif
5 # if defined(__x86_64__)
6 # define SCHEME_PLATFORM_LIBRARY_SUBPATH "x86_64-"SPLS_LINUX
7 # define REGISTER_POOR_MACHINE
8 # define ASM_DBLPREC_CONTROL_87
9+#ifndef __ANDROID__
10 # define MZ_TRY_EXTFLONUMS
11 # endif
12+# endif
13 # ifndef SCHEME_PLATFORM_LIBRARY_SUBPATH
14 # define SCHEME_PLATFORM_LIBRARY_SUBPATH "unknown-"SPLS_LINUX
15 # endif
16@@ -147,12 +149,16 @@
17 #if defined(__i386__)
18 # define MZ_USE_JIT_I386
19 # define MZ_JIT_USE_MPROTECT
20+#ifndef __ANDROID__
21 # define MZ_USE_DWARF_LIBUNWIND
22 #endif
23+#endif
24 #if defined(__x86_64__)
25 # define MZ_USE_JIT_X86_64
26 # define MZ_JIT_USE_MPROTECT
27+#ifndef __ANDROID__
28 # define MZ_USE_DWARF_LIBUNWIND
29+#endif
30 #endif
31 #if defined(__powerpc__) && !defined(__powerpc64__)
32 # define MZ_USE_JIT_PPC