pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/libmatroska



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 15 11:05:49 UTC 2025

Modified Files:
        pkgsrc/multimedia/libmatroska: Makefile

Log Message:
libmatroska: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/multimedia/libmatroska/Makefile

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

Modified files:

Index: pkgsrc/multimedia/libmatroska/Makefile
diff -u pkgsrc/multimedia/libmatroska/Makefile:1.52 pkgsrc/multimedia/libmatroska/Makefile:1.53
--- pkgsrc/multimedia/libmatroska/Makefile:1.52 Sun Aug 25 06:19:04 2024
+++ pkgsrc/multimedia/libmatroska/Makefile      Fri Aug 15 11:05:49 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2024/08/25 06:19:04 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2025/08/15 11:05:49 adam Exp $
 
 DISTNAME=      libmatroska-1.7.1
 CATEGORIES=    multimedia devel
@@ -10,8 +10,10 @@ HOMEPAGE=    https://www.matroska.org/
 COMMENT=       Extensible open standard Audio/Video container format
 LICENSE=       gnu-lgpl-v2.1
 
-USE_LANGUAGES=         c c++14
-CMAKE_CONFIGURE_ARGS+=         -DBUILD_SHARED_LIBS=ON
+USE_CXX_FEATURES=      c++14
+USE_LANGUAGES=         c c++
+CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 PKGCONFIG_OVERRIDE=    libmatroska.pc.in
 
 .include "../../devel/cmake/build.mk"



Home | Main Index | Thread Index | Old Index