aboutsummaryrefslogtreecommitdiff
path: root/cad/opencascade740/files/patch-src_Standard_Standard__MMgrTBBalloc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cad/opencascade740/files/patch-src_Standard_Standard__MMgrTBBalloc.cxx')
-rw-r--r--cad/opencascade740/files/patch-src_Standard_Standard__MMgrTBBalloc.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/opencascade740/files/patch-src_Standard_Standard__MMgrTBBalloc.cxx b/cad/opencascade740/files/patch-src_Standard_Standard__MMgrTBBalloc.cxx
new file mode 100644
index 000000000000..dfbd5c7434b2
--- /dev/null
+++ b/cad/opencascade740/files/patch-src_Standard_Standard__MMgrTBBalloc.cxx
@@ -0,0 +1,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