pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libcbor



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 11 08:43:43 UTC 2025

Modified Files:
        pkgsrc/devel/libcbor: Makefile

Log Message:
libcbor: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/libcbor/Makefile

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

Modified files:

Index: pkgsrc/devel/libcbor/Makefile
diff -u pkgsrc/devel/libcbor/Makefile:1.13 pkgsrc/devel/libcbor/Makefile:1.14
--- pkgsrc/devel/libcbor/Makefile:1.13  Sun Mar 30 15:00:39 2025
+++ pkgsrc/devel/libcbor/Makefile       Mon Aug 11 08:43:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2025/03/30 15:00:39 adam Exp $
+# $NetBSD: Makefile,v 1.14 2025/08/11 08:43:43 wiz Exp $
 
 DISTNAME=      libcbor-0.12.0
 CATEGORIES=    devel
@@ -14,6 +14,7 @@ USE_LANGUAGES=        c c++
 
 CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON
 CMAKE_CONFIGURE_ARGS+= -DWITH_EXAMPLES=OFF
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 CHECK_PORTABILITY_SKIP+=       misc/hooks/*
 



Home | Main Index | Thread Index | Old Index