From 339341ba4e270cc86e82db008e6325f03d1046f7 Mon Sep 17 00:00:00 2001 From: Leonid Bobrov Date: Sun, 3 Feb 2019 10:53:54 +0200 Subject: DragonFly BSD is somewhat identical to FreeBSD (#8159) --- cmake/Modules/FindGettextLib.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/Modules/FindGettextLib.cmake b/cmake/Modules/FindGettextLib.cmake index cb1ce7b91..11de12177 100644 --- a/cmake/Modules/FindGettextLib.cmake +++ b/cmake/Modules/FindGettextLib.cmake @@ -60,7 +60,7 @@ find_package_handle_standard_args(GetText DEFAULT_MSG ${GETTEXT_REQUIRED_VARS}) if(GETTEXT_FOUND) # BSD variants require special linkage as they don't use glibc - if(${CMAKE_SYSTEM_NAME} MATCHES "BSD") + if(${CMAKE_SYSTEM_NAME} MATCHES "BSD|DragonFly") set(GETTEXT_LIBRARY "intl") endif() -- cgit v1.2.3