9cec0834b9
- (#150069: libboost_python.so is missing) - (#141617: bad patch boost-base.patch) - (#122817: libboost_*.so symlinks missing) - Re-add boost-thread.patch. - Change boost-base.patch to show thread tags. - Change boost-gcc-tools.patch to use SOTAG, compile with dllversion. - Add symbolic links to files. - Sanity check can compile with gcc-3.3.x, gcc-3.4.2.
20 lines
651 B
Diff
20 lines
651 B
Diff
*** boost/config/compiler/gcc.hpp.orig 2005-03-15 22:34:33.881774946 -0600
|
|
--- boost/config/compiler/gcc.hpp 2005-03-15 22:33:35.247609622 -0600
|
|
***************
|
|
*** 59,65 ****
|
|
// those platforms where we can know for sure). It will get turned off again
|
|
// later if no threading API is detected.
|
|
//
|
|
! #if !defined(__MINGW32__) && !defined(linux) && !defined(__linux) && !defined(__linux__)
|
|
# define BOOST_HAS_THREADS
|
|
#endif
|
|
|
|
--- 59,65 ----
|
|
// those platforms where we can know for sure). It will get turned off again
|
|
// later if no threading API is detected.
|
|
//
|
|
! #if !defined(__MINGW32__)
|
|
# define BOOST_HAS_THREADS
|
|
#endif
|
|
|