SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/cmake/patches/patch-Modules_CMakeUnixFindMake_cmake
Normal file
15
devel/cmake/patches/patch-Modules_CMakeUnixFindMake_cmake
Normal file
|
@ -0,0 +1,15 @@
|
|||
Discussion here:
|
||||
https://gitlab.kitware.com/cmake/cmake/-/merge_requests/6132
|
||||
|
||||
Index: Modules/CMakeUnixFindMake.cmake
|
||||
--- Modules/CMakeUnixFindMake.cmake.orig
|
||||
+++ Modules/CMakeUnixFindMake.cmake
|
||||
@@ -2,7 +2,7 @@
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
|
||||
-find_program(CMAKE_MAKE_PROGRAM NAMES gmake make smake)
|
||||
+find_program(CMAKE_MAKE_PROGRAM NAMES make gmake smake)
|
||||
mark_as_advanced(CMAKE_MAKE_PROGRAM)
|
||||
|
||||
# Look for a make tool provided by Xcode
|
Loading…
Add table
Add a link
Reference in a new issue