ports/security/globalprotect-openconnect/files/patch-GPClient_CMakeLists.txt
Jason W. Bacon e48763c72d security/globalprotect-openconnect: Update to 1.4.1
Fixes for working with latest openconnect

Reported by:    portscout
2022-03-07 07:56:08 -06:00

20 lines
654 B
Text

--- GPClient/CMakeLists.txt.orig 2022-03-07 12:27:07 UTC
+++ GPClient/CMakeLists.txt
@@ -44,7 +44,7 @@ add_executable(gpclient
add_3rdparty(
SingleApplication
- GIT_REPOSITORY https://github.com/itay-grudev/SingleApplication.git
+ #GIT_REPOSITORY https://github.com/itay-grudev/SingleApplication.git
GIT_TAG v3.3.0
CMAKE_ARGS
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
@@ -56,7 +56,7 @@ add_3rdparty(
add_3rdparty(
plog
- GIT_REPOSITORY https://github.com/SergiusTheBest/plog.git
+ #GIT_REPOSITORY https://github.com/SergiusTheBest/plog.git
GIT_TAG master
CMAKE_ARGS
-DPLOG_BUILD_SAMPLES=OFF