mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 10:29:15 -04:00
- drop obsolete -devel variant - pet port with portfmt and portclippy Reported by: portscout Sponsored by: SkunkWerks, GmbH
11 lines
298 B
Text
11 lines
298 B
Text
--- bindings/c/CMakeLists.txt.orig 2022-09-19 11:42:41 UTC
|
|
+++ bindings/c/CMakeLists.txt
|
|
@@ -78,7 +78,7 @@ endif()
|
|
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
|