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: jperkin
Date: Wed Jun 19 12:54:18 UTC 2024
Modified Files:
pkgsrc/devel/cmake: build.mk
Log Message:
cmake: Add CMAKE_CONFIGURE_ARGS to OPSYSVARS.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/devel/cmake/build.mk:1.14
--- pkgsrc/devel/cmake/build.mk:1.13 Sun Jun 9 20:56:52 2024
+++ pkgsrc/devel/cmake/build.mk Wed Jun 19 12:54:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: build.mk,v 1.13 2024/06/09 20:56:52 markd Exp $
+# $NetBSD: build.mk,v 1.14 2024/06/19 12:54:18 jperkin Exp $
#
# This Makefile fragment supports building using the CMake build tool.
#
@@ -47,6 +47,7 @@ TOOL_DEPENDS+= cmake>=${version}:../../d
# to add to CMAKE_CONFIGURE_ARGS.
BUILD_USES_CMAKE= yes
+OPSYSVARS+= CMAKE_CONFIGURE_ARGS
CMAKE_CONFIGURE_ARGS?= ${CMAKE_ARGS}
# The assumption in pkgsrc is that packages don't download files
Home |
Main Index |
Thread Index |
Old Index