783276bcbb
Copy from devel:libraries:c_c++/boost based on submit request 47068 from user psmt OBS-URL: https://build.opensuse.org/request/show/47068 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=47
14 lines
550 B
Diff
14 lines
550 B
Diff
Index: boost/config/compiler/gcc.hpp
|
|
===================================================================
|
|
--- boost/config/compiler/gcc.hpp.orig 2010-07-01 13:59:21.000000000 +0200
|
|
+++ boost/config/compiler/gcc.hpp 2010-08-24 14:01:18.000000000 +0200
|
|
@@ -93,7 +93,7 @@
|
|
// 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__)
|
|
+#if !defined(__MINGW32__)
|
|
# define BOOST_HAS_THREADS
|
|
#endif
|
|
|