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
Luca Pizzamiglio 45a3a02fad net-mgmt/openbmp: new port
Adding openBMP, a BGP Monitor Protocol collector

Approved by:	olivier (mentor)
Sponsored by:	trivago N.V.
Differential Revision:	https://reviews.freebsd.org/D12378
2017-09-15 14:17:03 +00:00

12 lines
385 B
Plaintext

--- 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()