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:   pho
Date:           Thu Jan 16 07:48:08 UTC 2025

Modified Files:
        pkgsrc/devel/cmake: build.mk

Log Message:
devel/cmake/build.mk: Include bsd.prefs.mk before referring to mk.conf variables


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/devel/cmake/build.mk:1.20
--- pkgsrc/devel/cmake/build.mk:1.19    Sun Nov 10 19:58:30 2024
+++ pkgsrc/devel/cmake/build.mk Thu Jan 16 07:48:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: build.mk,v 1.19 2024/11/10 19:58:30 adam Exp $
+# $NetBSD: build.mk,v 1.20 2025/01/16 07:48:08 pho Exp $
 #
 # This Makefile fragment supports building using the CMake build tool.
 #
@@ -43,6 +43,8 @@
 #      Directories relative to WRKSRC/CMAKE_BUILD_DIR in which to run the
 #      'install' step. Defaults to BUILD_DIRS.
 
+.include "../../mk/bsd.fast.prefs.mk"
+
 CMAKE_REQD?=   0
 .for version in ${CMAKE_REQD}
 TOOL_DEPENDS+= cmake>=${version}:../../devel/cmake



Home | Main Index | Thread Index | Old Index