1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/net-mgmt/openbmp/files/patch-CMakeLists.txt

12 lines
385 B
Plaintext
Raw Normal View History

--- CMakeLists.txt.orig 2017-09-14 09:28:17 UTC
+++ CMakeLists.txt
@@ -24,6 +24,8 @@ if (CMAKE_SYSTEM_NAME STREQUAL Linux)
set(LINUX TRUE)
elseif (CMAKE_SYSTEM_NAME STREQUAL Darwin)
set(MACOSX TRUE)
+elseif (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
+ set(FREEBSD TRUE)
else ()
Message (FATAL_ERROR "${CMAKE_SYSTEM_NAME} not supported; Must be Linux or Darwin")
endif()