summaryrefslogtreecommitdiff
path: root/sci-libs/opencascade/files/opencascade-6.5.4-fixed-tbb-VERSION.patch
blob: 88b13acd21c477397f1ec27750e4231badafa44a (plain)
1
2
3
4
5
6
7
8
9
10
--- src/Standard/Standard_MMgrTBBalloc.cxx
+++ src/Standard/Standard_MMgrTBBalloc.cxx
@@ -12,6 +12,7 @@
 
 // paralleling with Intel TBB
 #ifdef HAVE_TBB
+#undef VERSION
 #include <tbb/scalable_allocator.h>
 using namespace tbb;
 #else