]> git.pld-linux.org Git - packages/OpenImageIO.git/blob - no-gcc-atomics.patch
- rel 2; fix atomics patch
[packages/OpenImageIO.git] / no-gcc-atomics.patch
1 --- OpenImageIO-oiio-bcdad81/src/include/thread.h~      2013-11-01 18:03:46.000000000 +0100
2 +++ OpenImageIO-oiio-bcdad81/src/include/thread.h       2013-11-05 21:54:05.234898906 +0100
3 @@ -111,9 +111,7 @@
4  #  endif
5  #endif
6  
7 -#if defined(__GNUC__) && (defined(_GLIBCXX_ATOMIC_BUILTINS) || (__GNUC__ * 100 + __GNUC_MINOR__ >= 401))
8 -#define USE_GCC_ATOMICS
9 -#endif
10 +#undef USE_GCC_ATOMICS
11  
12  OIIO_NAMESPACE_ENTER
13  {
This page took 0.030151 seconds and 3 git commands to generate.