office-gobmx/external/boost/boost.endian.patch
Caolán McNamara 350fa6154c bump boost from 1.54 to 1.55
Change-Id: I5c9d01fa1be54b81f2aedead5f55ae737fb25d5a
2014-01-07 15:59:24 +00:00

11 lines
367 B
Diff

--- foo/foo/foo/boost/predef/other/endian.h
+++ foo/foo/foo/boost/predef/other/endian.h
@@ -53,7 +53,7 @@
*/
#if !BOOST_ENDIAN_BIG_BYTE && !BOOST_ENDIAN_BIG_WORD && \
!BOOST_ENDIAN_LITTLE_BYTE && !BOOST_ENDIAN_LITTLE_WORD
-# if BOOST_LIB_C_GNU
+# if BOOST_LIB_C_GNU || defined(__ANDROID__)
# include <endian.h>
# else
# if BOOST_OS_MACOS