diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-11 14:24:13 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-11 19:44:16 +0100 |
commit | f7197cd244f5d49d96eba32bd843280b2bd040ff (patch) | |
tree | c02a75a69cd069b44703e1e81a9f4ce942ef696f /external/libxml2/libxml2-android.patch | |
parent | a3d8715bffa6983bc0c23d13a1359397294e505f (diff) |
libxml2: upgrade to version 2.9.1
- from libxml2-configure.patch:
* drop config.sub Android stuff (obsolete)
* drop Makefile.in disabling targets for Android (hypothetically obsolete)
* drop xmlversion.h changes (pointless - configure.js generates it)
* split out libxml2-freebsd.patch.1
* split out libxml2-config.patch.1
- drop libxml2-long-path.patch (integrated upstream)
- drop libxml2-gnome599717.patch (obsolete)
- drop libxml2-xpath.patch (obsolete)
- drop libxml2-latin.patch (obsolete)
- drop libxml2-aix.patch:
presumably don't need special check for V7BETA since it's released now
- drop libxml2-mingw.patch:
actually appears to patch a MSVC-specific part of the file so is
obsolete anyway
Change-Id: I87bf8968bd4a554852a2791420a5d0db822beeaa
Diffstat (limited to 'external/libxml2/libxml2-android.patch')
-rw-r--r-- | external/libxml2/libxml2-android.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libxml2/libxml2-android.patch b/external/libxml2/libxml2-android.patch index 06d5e57ad31d..cc2c5ab97e00 100644 --- a/external/libxml2/libxml2-android.patch +++ b/external/libxml2/libxml2-android.patch @@ -18,7 +18,7 @@ @@ -327,7 +327,7 @@ if (result == 0.0) { - + -#if defined(TRIO_COMPILER_SUPPORTS_C99) +#if defined(TRIO_COMPILER_SUPPORTS_C99) && !(defined(__ANDROID__) && defined(__clang__)) result = nan(""); |