pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libebml



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 15 11:04:40 UTC 2025

Modified Files:
        pkgsrc/devel/libebml: Makefile

Log Message:
libebml: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/libebml/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/libebml/Makefile
diff -u pkgsrc/devel/libebml/Makefile:1.59 pkgsrc/devel/libebml/Makefile:1.60
--- pkgsrc/devel/libebml/Makefile:1.59  Sun Aug 25 06:18:35 2024
+++ pkgsrc/devel/libebml/Makefile       Fri Aug 15 11:04:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2024/08/25 06:18:35 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2025/08/15 11:04:40 adam Exp $
 
 DISTNAME=      libebml-1.4.5
 CATEGORIES=    devel
@@ -11,8 +11,9 @@ COMMENT=      Extensible Binary Meta Language
 LICENSE=       gnu-lgpl-v2.1
 
 USE_LANGUAGES=         c c++
-USE_CXX_FEATURES+=     c++14
-CMAKE_CONFIGURE_ARGS+=         -DBUILD_SHARED_LIBS=YES
+USE_CXX_FEATURES=      c++14
+CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=YES
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 PKGCONFIG_OVERRIDE=    libebml.pc.in
 
 .include "../../devel/cmake/build.mk"



Home | Main Index | Thread Index | Old Index