pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libebur128



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 16 07:15:41 UTC 2025

Modified Files:
        pkgsrc/audio/libebur128: Makefile

Log Message:
libebur128: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/libebur128/Makefile

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

Modified files:

Index: pkgsrc/audio/libebur128/Makefile
diff -u pkgsrc/audio/libebur128/Makefile:1.8 pkgsrc/audio/libebur128/Makefile:1.9
--- pkgsrc/audio/libebur128/Makefile:1.8        Tue Jan 24 18:36:19 2023
+++ pkgsrc/audio/libebur128/Makefile    Sat Aug 16 07:15:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/01/24 18:36:19 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/08/16 07:15:41 adam Exp $
 
 DISTNAME=      libebur128-1.2.6
 CATEGORIES=    audio
@@ -13,6 +13,8 @@ LICENSE=      mit
 
 USE_TOOLS+=    pkg-config
 
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
 PKGCONFIG_OVERRIDE+=   ebur128/libebur128.pc.cmake
 
 .include "../../devel/cmake/build.mk"



Home | Main Index | Thread Index | Old Index