mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1467976432 which corresponds to commit 87d0c9a tagged as this release. PR: 214543 Submitted by: Yuri Victorovich
11 lines
392 B
C++
11 lines
392 B
C++
--- examples/tasksys.cpp.orig 2016-07-08 11:13:52 UTC
|
|
+++ examples/tasksys.cpp
|
|
@@ -90,6 +90,8 @@
|
|
#define ISPC_USE_CONCRT
|
|
#elif defined(__linux__)
|
|
#define ISPC_USE_PTHREADS
|
|
+ #elif defined(__FreeBSD__)
|
|
+ #define ISPC_USE_TBB_TASK_GROUP // ISPC_USE_PTHREADS fails for some reason, need to investigate
|
|
#elif defined(__APPLE__)
|
|
#define ISPC_USE_GCD
|
|
#endif
|