forked from Lainports/freebsd-ports
Add a WEBENGINE option (on by default) to disable webengine dependency and usage. This update contains a fix for a regression causing authentication issues with 3.3.2 and a fix for a ghost dependency on libargp if present at build time. PR: 257945 Approved by: maintainer timeout, fixit blanket MFH: 2021Q4
12 lines
348 B
CMake
12 lines
348 B
CMake
--- src/csync/ConfigureChecks.cmake.orig 2021-09-03 09:40:46 UTC
|
|
+++ src/csync/ConfigureChecks.cmake
|
|
@@ -14,9 +14,6 @@ set(SYSCONFDIR ${SYSCONF_INSTALL_DIR})
|
|
set(BINARYDIR ${CMAKE_CURRENT_BINARY_DIR})
|
|
set(SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR})
|
|
|
|
-# HEADER FILES
|
|
-check_include_file(argp.h HAVE_ARGP_H)
|
|
-
|
|
# FUNCTIONS
|
|
if (NOT LINUX)
|
|
# librt
|