From e505dec962d2cd6d022c6dcae948e1060268f3cd Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Fri, 26 Feb 2021 01:10:29 +0000 Subject: security/openconnect-gui: update to 1.5.3 PR: 253609 Submitted by: swills --- security/openconnect-gui/files/patch-CMakeLists.txt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'security/openconnect-gui/files/patch-CMakeLists.txt') diff --git a/security/openconnect-gui/files/patch-CMakeLists.txt b/security/openconnect-gui/files/patch-CMakeLists.txt index f5057cc41f4c..684409b827d2 100644 --- a/security/openconnect-gui/files/patch-CMakeLists.txt +++ b/security/openconnect-gui/files/patch-CMakeLists.txt @@ -1,14 +1,12 @@ ---- CMakeLists.txt.orig 2017-07-18 18:47:18.951816000 +0000 -+++ CMakeLists.txt 2017-07-18 18:49:23.953701000 +0000 -@@ -13,15 +13,7 @@ set(PRODUCT_NAME_COMPANY_DOMAIN "redhat.com") - set(PRODUCT_NAME_COPYRIGHT "Copyright (C) 2015-2016 Red Hat Inc.") - +--- CMake/Includes/ProjectSettings.cmake.orig 2021-02-18 00:06:43 UTC ++++ CMake/Includes/ProjectSettings.cmake +@@ -1,13 +1,5 @@ option(PROJ_GNUTLS_DEBUG "Enable GnuTLS debug mode" OFF) --if(WIN32 AND MINGW) +-if(MINGW) - option(PROJ_UAC_ON "Enable UAC (don't turn it off in production)" ON) - - set(DEFAULT_VPNC_SCRIPT "vpnc-script.js") --else(APPLE) +-elseif(APPLE) - set(DEFAULT_VPNC_SCRIPT "../Resources/vpnc-script") -else() - set(DEFAULT_VPNC_SCRIPT "/etc/vpnc/vpnc-script") -- cgit v1.2.3