1 --- misc/libxml2-2.7.6/ltmain.sh
2 +++ misc/build/libxml2-2.7.6/ltmain.sh
4 func_warning "\`-release' is ignored for convenience libraries"
7 + # Force no versioning suffix for Android thanks to silly
8 + # apkbuilder which doesn't add extra native libs unless their
13 # Parse the version information argument.
14 save_ifs="$IFS"; IFS=':'
15 set dummy $vinfo 0 0 0
16 --- misc/libxml2-2.7.6/trionan.c
17 +++ misc/build/libxml2-2.7.6/trionan.c
22 -#if defined(TRIO_COMPILER_SUPPORTS_C99)
23 +#if defined(TRIO_COMPILER_SUPPORTS_C99) && !(defined(__ANDROID__) && defined(__clang__))
26 #elif defined(NAN) && defined(__STDC_IEC_559__)