Bring back argp patch to disable argp detecting

Spotted by and ok tb@ and ok Adriano Barbosa (maintainer)
This commit is contained in:
rsadowski 2021-05-06 12:43:34 +00:00
parent a764b05eb9
commit b8362b9e64
2 changed files with 18 additions and 1 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.17 2021/05/02 14:59:45 rsadowski Exp $ #
# $OpenBSD: Makefile,v 1.18 2021/05/06 12:43:34 rsadowski Exp $ #
COMMENT = desktop sync client for Nextcloud
V = 3.2.1
DISTNAME = nextcloudclient-${V}
REVISION = 0
GH_ACCOUNT = nextcloud
GH_PROJECT = desktop

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-src_csync_ConfigureChecks_cmake,v 1.4 2021/05/06 12:43:34 rsadowski Exp $
Stop consuming devel/argp-standalone
Index: src/csync/ConfigureChecks.cmake
--- src/csync/ConfigureChecks.cmake.orig
+++ src/csync/ConfigureChecks.cmake
@@ -15,7 +15,7 @@ set(BINARYDIR ${CMAKE_CURRENT_BINARY_DIR})
set(SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR})
# HEADER FILES
-check_include_file(argp.h HAVE_ARGP_H)
+#check_include_file(argp.h HAVE_ARGP_H)
# FUNCTIONS
if (NOT LINUX)