[mono] mono-installation.diff: add mono support
[LibreOffice.git] / boost / boost_1_44_0-gthreads.patch
blobd12b599f3ff9f66f06258b2de76db7ca7d3980cc
1 --- misc/boost_1_44_0/boost/config/stdlib/libstdcpp3.hpp 2010-06-11 13:16:34.000000000 +0200
2 +++ misc/build/boost_1_44_0/boost/config/stdlib/libstdcpp3.hpp 2012-07-13 10:31:58.330127342 +0200
3 @@ -31,7 +31,8 @@
5 #ifdef __GLIBCXX__ // gcc 3.4 and greater:
6 # if defined(_GLIBCXX_HAVE_GTHR_DEFAULT) \
7 - || defined(_GLIBCXX__PTHREADS)
8 + || defined(_GLIBCXX__PTHREADS) \
9 + || defined(_GLIBCXX_HAS_GTHREADS)
11 // If the std lib has thread support turned on, then turn it on in Boost
12 // as well. We do this because some gcc-3.4 std lib headers define _REENTANT