freebsd-ports/deskutils/nextcloudclient/files/patch-src_csync_ConfigureChecks.cmake
Guido Falsi 620bc0a83d deskutils/nextcloudclient: Update to 3.3.5
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
2021-10-07 22:20:48 +02:00

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