mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
11 lines
300 B
Text
11 lines
300 B
Text
--- bindings/c/CMakeLists.txt.orig 2021-12-29 13:15:46 UTC
|
|
+++ bindings/c/CMakeLists.txt
|
|
@@ -65,7 +65,7 @@ if(WIN32)
|
|
endif()
|
|
|
|
# The tests don't build on windows
|
|
-if(NOT WIN32)
|
|
+if(NOT WIN32 AND NOT CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
|
|
set(MAKO_SRCS
|
|
test/mako/mako.c
|
|
test/mako/mako.h
|