1 2 3 4 5 6 7 8 9 10 11 12
--- src/Standard/Standard_MMgrTBBalloc.cxx.orig 2017-08-30 13:28:31 UTC +++ src/Standard/Standard_MMgrTBBalloc.cxx @@ -18,6 +18,9 @@ // paralleling with Intel TBB #ifdef HAVE_TBB +#ifdef VERSION +#undef VERSION +#endif #include <tbb/scalable_allocator.h> using namespace tbb; #else