summaryrefslogtreecommitdiff
path: root/security/openconnect-gui/files/patch-CMake_Includes_ProjectDependencies.cmake
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-02-26 01:10:29 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-02-26 01:10:29 +0000
commite505dec962d2cd6d022c6dcae948e1060268f3cd (patch)
tree4240a4e075b0fde335a1087005ce10e2cd2d6ce0 /security/openconnect-gui/files/patch-CMake_Includes_ProjectDependencies.cmake
parentdevel/aixlog: Tarball was rerolled by the upstream (diff)
security/openconnect-gui: update to 1.5.3
PR: 253609 Submitted by: swills
Notes
Notes: svn path=/head/; revision=566575
Diffstat (limited to 'security/openconnect-gui/files/patch-CMake_Includes_ProjectDependencies.cmake')
-rw-r--r--security/openconnect-gui/files/patch-CMake_Includes_ProjectDependencies.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openconnect-gui/files/patch-CMake_Includes_ProjectDependencies.cmake b/security/openconnect-gui/files/patch-CMake_Includes_ProjectDependencies.cmake
new file mode 100644
index 000000000000..9f3dd5c09e4d
--- /dev/null
+++ b/security/openconnect-gui/files/patch-CMake_Includes_ProjectDependencies.cmake
@@ -0,0 +1,11 @@
+--- CMake/Includes/ProjectDependencies.cmake.orig 2021-02-18 00:27:05 UTC
++++ CMake/Includes/ProjectDependencies.cmake
+@@ -36,7 +36,7 @@ if(UNIX)
+ message(FATAL_ERROR "Libraru 'OpenConnect' not found! Install it vie e.g. 'brew install openconnect or 'dnf install openconnect'")
+ endif()
+
+- #find_package(spdlog CONFIG REQUIRED)
++ find_package(spdlog CONFIG REQUIRED)
+
+ set(CMAKE_THREAD_PREFER_PTHREAD ON)
+ find_package(Threads REQUIRED)