mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
12 lines
347 B
Text
12 lines
347 B
Text
--- CMakeLists.txt.orig 2020-01-28 17:16:34.156808000 +0000
|
|
+++ CMakeLists.txt
|
|
@@ -104,6 +104,9 @@
|
|
ENDIF(ZM_SYSTEM_PROC MATCHES "^arm")
|
|
ENDIF (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
|
|
|
+# FreeBSD 12 contains own bcrypt implementation
|
|
+add_definitions(-D__SKIP_GNU)
|
|
+
|
|
# Modules that we need:
|
|
include (GNUInstallDirs)
|
|
include (CheckIncludeFile)
|