mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
14 lines
346 B
Text
14 lines
346 B
Text
--- make/compiler_flags.orig 2021-08-28 03:13:59 UTC
|
|
+++ make/compiler_flags
|
|
@@ -274,9 +274,9 @@ LDLIBS_TBB ?= $(LDFLAGS_TBB)
|
|
|
|
endif
|
|
|
|
-ifdef TBB_INTERFACE_NEW
|
|
+#ifdef TBB_INTERFACE_NEW
|
|
CPPFLAGS_TBB ?= -DTBB_INTERFACE_NEW
|
|
-endif
|
|
+#endif
|
|
|
|
################################################################################
|
|
# Setup STAN_THREADS
|