xref: /aoo41x/main/boost/boost-os2.patch (revision 56386a57)
1*56386a57SYuri Dario--- misc/boost_1_55_0/boost/tr1/detail/config.hpp	2010-06-12 11:30:02.000000000 +0200
2*56386a57SYuri Dario+++ misc/build/boost_1_55_0/boost/tr1/detail/config.hpp	2013-07-04 12:49:12.000000000 +0200
3*56386a57SYuri Dario@@ -9,6 +9,7 @@
4*56386a57SYuri Dario #include <cstddef>
5*56386a57SYuri Dario
6*56386a57SYuri Dario #if (defined(__GNUC__) && !(defined(linux) || defined(__linux) || defined(__linux__))) \
7*56386a57SYuri Dario+   && !defined(__OS2__) \
8*56386a57SYuri Dario    || (!defined(_AIX) && defined(__IBMCPP__)  && (__IBMCPP__ >= 800))
9*56386a57SYuri Dario    // Disable use of #include_next on Linux as typically we are installed in a
10*56386a57SYuri Dario    // directory that is searched *after* the std lib include path.
11*56386a57SYuri Dario--- misc/boost_1_55_0/boost/tr1/detail/config_all.hpp	2011-07-25 11:28:58.000000000 +0200
12*56386a57SYuri Dario+++ misc/build/boost_1_55_0/boost/tr1/detail/config_all.hpp	2013-07-04 12:50:44.000000000 +0200
13*56386a57SYuri Dario@@ -107,7 +107,7 @@
14*56386a57SYuri Dario #    endif
15*56386a57SYuri Dario
16*56386a57SYuri Dario #      if !defined(BOOST_TR1_DISABLE_INCLUDE_NEXT) && !defined(__ICC) \
17*56386a57SYuri Dario-            && (defined(linux) || defined(__linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__))
18*56386a57SYuri Dario+            && (defined(__OS2__) || defined(linux) || defined(__linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__))
19*56386a57SYuri Dario          // Disable use of #include_next on Linux as typically we are installed in a directory that is searched
20*56386a57SYuri Dario          // *after* the std lib include path:
21*56386a57SYuri Dario #        define BOOST_TR1_DISABLE_INCLUDE_NEXT
22*56386a57SYuri DarioBinary files misc/boost_1_55_0/libs/math/quaternion/TQE_EA.pdf and misc/build/boost_1_55_0/libs/math/quaternion/TQE_EA.pdf differ
23