diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-02-26 01:10:29 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-02-26 01:10:29 +0000 |
commit | e505dec962d2cd6d022c6dcae948e1060268f3cd (patch) | |
tree | 4240a4e075b0fde335a1087005ce10e2cd2d6ce0 /security/openconnect-gui/files/patch-CMake_Includes_ProjectExternals.cmake | |
parent | devel/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_ProjectExternals.cmake')
-rw-r--r-- | security/openconnect-gui/files/patch-CMake_Includes_ProjectExternals.cmake | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/openconnect-gui/files/patch-CMake_Includes_ProjectExternals.cmake b/security/openconnect-gui/files/patch-CMake_Includes_ProjectExternals.cmake new file mode 100644 index 000000000000..aa7066bd3835 --- /dev/null +++ b/security/openconnect-gui/files/patch-CMake_Includes_ProjectExternals.cmake @@ -0,0 +1,10 @@ +--- CMake/Includes/ProjectExternals.cmake.orig 2018-03-25 21:49:15 UTC ++++ CMake/Includes/ProjectExternals.cmake +@@ -22,7 +22,6 @@ include(ExternalProject) + + file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/external/include) + +-include(ProjectExternals_spdlog) + include(ProjectExternals_qt-solutions) + if(MINGW) + include(ProjectExternals_openconnect) |