SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
net/nextcloudclient/patches/patch-CMakeLists_txt
Normal file
18
net/nextcloudclient/patches/patch-CMakeLists_txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
Index: CMakeLists.txt
|
||||
--- CMakeLists.txt.orig
|
||||
+++ CMakeLists.txt
|
||||
@@ -57,7 +57,7 @@ if (NOT DEFINED PACKAGE)
|
||||
set(PACKAGE "${LINUX_PACKAGE_SHORTNAME}-client")
|
||||
endif()
|
||||
|
||||
-set( CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules )
|
||||
+list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
|
||||
|
||||
include(ECMCoverageOption)
|
||||
|
||||
@@ -293,4 +293,4 @@ elseif(BUILD_CLIENT)
|
||||
configure_file(sync-exclude.lst bin/sync-exclude.lst COPYONLY)
|
||||
endif()
|
||||
|
||||
-feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES INCLUDE_QUIET_PACKAGES)
|
||||
+feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES)
|
Loading…
Add table
Add a link
Reference in a new issue