diff --git a/boost/boost-1.30.2.patch b/boost/boost-1.30.2.patch index 6b4c48a96aa0..4c534a97cd3b 100644 --- a/boost/boost-1.30.2.patch +++ b/boost/boost-1.30.2.patch @@ -37,6 +37,27 @@ #ifdef BOOST_MEM_FN_ENABLE_STDCALL #define BOOST_BIND_MF_NAME(X) X##_stdcall +*** misc/boost-1.30.2/boost/config/compiler/gcc.hpp 2003-08-02 18:20:49.000000000 +0200 +--- misc/build/boost-1.30.2/boost/config/compiler/gcc.hpp 2006-11-07 11:28:26.000000000 +0100 +*************** +*** 73,80 **** + # error "Compiler not configured - please reconfigure" + #endif + // +! // last known and checked version is 3.3: +! #if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 3)) + # if defined(BOOST_ASSERT_CONFIG) + # error "Unknown compiler version - please run the configure tests and report the results" + # else +--- 73,80 ---- + # error "Compiler not configured - please reconfigure" + #endif + // +! // last known and checked version is 4.2: +! #if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 2)) + # if defined(BOOST_ASSERT_CONFIG) + # error "Unknown compiler version - please run the configure tests and report the results" + # else *** misc/boost-1.30.2/boost/function/function_template.hpp Fri Feb 7 15:03:36 2003 --- misc/build/boost-1.30.2/boost/function/function_template.hpp Wed Mar 8 20:10:22 2006 ***************