pkgsrc-WIP-changes archive

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

fdm_materials: build cmake > 3.5



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Thu Jan 1 18:57:09 2026 +0900
Changeset:	665951b4be0ac391e076619f2d559a8313d73e3a

Modified Files:
	fdm_materials/Makefile

Log Message:
fdm_materials: build cmake > 3.5

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=665951b4be0ac391e076619f2d559a8313d73e3a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fdm_materials/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/fdm_materials/Makefile b/fdm_materials/Makefile
index 22c22acd26..30aba9d431 100644
--- a/fdm_materials/Makefile
+++ b/fdm_materials/Makefile
@@ -13,7 +13,9 @@ HOMEPAGE=	https://github.com/Ultimaker/fdm_materials/
 COMMENT=	FDM Material database
 LICENSE=	cc0-1.0-universal
 
-USE_CMAKE=	yes
 USE_LANGUAGES=	# none
 
+CMAKE_CONFIGURE_ARGS+=	-DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
+.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index