openbsd-ports/devel/cmake/patches/patch-Modules_CMakeUnixFindMake_cmake
dcoppa 15f66503d9 Update to cmake-2.8.12.
Tested in a bulk build by the usual suspects, Thanks!

ok espie@, kili@
ok zhuk@ for kde4
2013-10-14 12:58:02 +00:00

13 lines
539 B
Plaintext

$OpenBSD: patch-Modules_CMakeUnixFindMake_cmake,v 1.5 2013/10/14 12:58:03 dcoppa Exp $
--- Modules/CMakeUnixFindMake.cmake.orig Mon Oct 7 17:31:00 2013
+++ Modules/CMakeUnixFindMake.cmake Wed Oct 9 09:38:47 2013
@@ -12,7 +12,7 @@
# (To distribute this file outside of CMake, substitute the full
# License text for the above reference.)
-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