pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cmake cmake: s/MAKE/MAKE_PROGRAM/ in _CMAKE_BUIL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9060ffccb5d0
branches:  trunk
changeset: 385875:9060ffccb5d0
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Sep 28 10:05:35 2022 +0000

description:
cmake: s/MAKE/MAKE_PROGRAM/ in _CMAKE_BUILD_TOOL
so correct make is used when use_tools+=gmake

diffstat:

 devel/cmake/build.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6d3a72d4fb15 -r 9060ffccb5d0 devel/cmake/build.mk
--- a/devel/cmake/build.mk      Wed Sep 28 10:02:26 2022 +0000
+++ b/devel/cmake/build.mk      Wed Sep 28 10:05:35 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: build.mk,v 1.4 2022/09/28 10:02:26 markd Exp $
+# $NetBSD: build.mk,v 1.5 2022/09/28 10:05:35 markd Exp $
 #
 # This Makefile fragment supports building using the CMake build tool.
 #
@@ -57,7 +57,7 @@
 _CMAKE_BUILD_TOOL?=    ninja
 .else
 _CMAKE_BUILD_SYSTEM?=  Unix Makefiles
-_CMAKE_BUILD_TOOL?=    ${MAKE}
+_CMAKE_BUILD_TOOL?=    ${MAKE_PROGRAM}
 .endif
 
 CONFIGURE_DIRS?=       .



Home | Main Index | Thread Index | Old Index