From 1514f82a54f93519156cd8bb45b592396965340a Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 18 Apr 2016 15:17:44 +0100 Subject: [PATCH] [Minor] Support DragonFly build Issue: #595 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 968949a30..4c19e84a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -509,7 +509,7 @@ SET(POE_LOOP "Loop::IO_Poll") SET(TAR "tar") # Platform specific configuration -IF(CMAKE_SYSTEM_NAME MATCHES "^.*BSD$") +IF(CMAKE_SYSTEM_NAME MATCHES "^.*BSD$|DragonFly") ADD_DEFINITIONS(-DFREEBSD -D_BSD_SOURCE) CONFIGURE_FILE(freebsd/rspamd.sh.in freebsd/rspamd @ONLY) -- 2.39.5