freebsd-ports/databases/foundationdb/files/patch-flow_FastAlloc.cpp
Vanilla I. Shu 5f0593e970 1: Update to 6.1.1.
2: fix building with boost 1.70.
3: remove BROKEN.
2019-04-12 13:04:58 +00:00

12 lines
402 B
C++

--- flow/FastAlloc.cpp.orig 2019-04-09 00:11:05 UTC
+++ flow/FastAlloc.cpp
@@ -53,6 +53,9 @@
#elif defined(__APPLE__)
#pragma message "init_priority is not supported on this platform; will this be a problem?"
#define INIT_SEG
+#elif defined(__FreeBSD__)
+#pragma message "init_priority is not supported on this platform; will this be a problem?"
+#define INIT_SEG
#else
#error Where am I?
#endif