diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-10-11 10:55:22 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-10-11 10:55:22 +0000 |
commit | 05b1c9a5f4a2aaea3b4a155dcf68921d7d855ba3 (patch) | |
tree | 0a3acb99c85d78324bd7720231db7f8c4ce6eef7 /devel/cmake/files/patch-Modules_FindwxWidgets.cmake | |
parent | www/gohugo: update 0.75.1 -> 0.76.3 (diff) |
devel/cmake: update to 3.18.4
Changes in 3.18.4 since 3.18.3:
Brad King (3):
FindJNI: Add aarch64 support
VS: Populate `std:c{11,17}` flag table entries for v142
CMake 3.18.4
Cristian Adam (1):
OBJCXX: Fix regression for compiling cpp files as objcxx
Kinan Mahdi (1):
VS: Fix regression in C# source links
Marc Chevrier (1):
FindPython: Fix erroneous regex in ABI check
Shoaib Meenai (1):
Clang: Look for llvm-lib when using MSVC-like front-end
zasdfg bnm (1):
FindCUDA/select_compute_arch: Add CUDA 11.1 and SM86 support
- add additional patch to ensure that wxWidgets can be found with minimal effort
PR: 250166
Exp-run by: antoine
Diffstat (limited to 'devel/cmake/files/patch-Modules_FindwxWidgets.cmake')
-rw-r--r-- | devel/cmake/files/patch-Modules_FindwxWidgets.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/cmake/files/patch-Modules_FindwxWidgets.cmake b/devel/cmake/files/patch-Modules_FindwxWidgets.cmake new file mode 100644 index 000000000000..10dd780352bf --- /dev/null +++ b/devel/cmake/files/patch-Modules_FindwxWidgets.cmake @@ -0,0 +1,11 @@ +--- Modules/FindwxWidgets.cmake.orig 2020-10-11 10:51:15 UTC ++++ Modules/FindwxWidgets.cmake +@@ -761,7 +761,7 @@ else() + #----------------------------------------------------------------- + # Support cross-compiling, only search in the target platform. + find_program(wxWidgets_CONFIG_EXECUTABLE +- NAMES $ENV{WX_CONFIG} wx-config wx-config-3.1 wx-config-3.0 wx-config-2.9 wx-config-2.8 ++ NAMES $ENV{WX_CONFIG} wx-config wxgtk3u-3.1-config wxgtk3u-3.0-config wxgtk2u-2.8-config wx-config-3.1 wx-config-3.0 wx-config-2.9 wx-config-2.8 + DOC "Location of wxWidgets library configuration provider binary (wx-config)." + ONLY_CMAKE_FIND_ROOT_PATH + ) |