pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/cmake
Module Name: pkgsrc
Committed By: markd
Date: Wed Sep 28 10:05:35 UTC 2022
Modified Files:
pkgsrc/devel/cmake: build.mk
Log Message:
cmake: s/MAKE/MAKE_PROGRAM/ in _CMAKE_BUILD_TOOL
so correct make is used when use_tools+=gmake
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/cmake/build.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/cmake/build.mk
diff -u pkgsrc/devel/cmake/build.mk:1.4 pkgsrc/devel/cmake/build.mk:1.5
--- pkgsrc/devel/cmake/build.mk:1.4 Wed Sep 28 10:02:26 2022
+++ pkgsrc/devel/cmake/build.mk Wed Sep 28 10:05:35 2022
@@ -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_SYSTEM?= Ninja
_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