mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
6bdc894837
Release notes in https://www.opencascade.com/sites/default/files/documents/release_notes_7.2.0.pdf PR: 224649 Differential Revision: https://reviews.freebsd.org/D13665
13 lines
289 B
C++
13 lines
289 B
C++
--- 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
|