You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/opencascade/files/opencascade-6.5.4-fixed-tbb...

11 lines
236 B

--- 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