mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Update FoundationDB to both main supported versions, and also split between server and client builds for convenience. PR: 277262 Reviewed by: dch Sponsored by: SkunkWerks, GmbH
11 lines
251 B
Text
11 lines
251 B
Text
--- bindings/c/CMakeLists.txt.orig 2024-01-17 13:58:04 UTC
|
|
+++ bindings/c/CMakeLists.txt
|
|
@@ -78,7 +78,7 @@ if(WIN32)
|
|
endif()
|
|
|
|
# The tests don't build on windows
|
|
-if(NOT WIN32)
|
|
+if(FALSE)
|
|
set(MAKO_SRCS
|
|
test/mako/mako.c
|
|
test/mako/mako.h
|