pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/musepack



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 12 09:17:05 UTC 2025

Modified Files:
        pkgsrc/audio/musepack: Makefile

Log Message:
musepack: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/musepack/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/musepack/Makefile
diff -u pkgsrc/audio/musepack/Makefile:1.6 pkgsrc/audio/musepack/Makefile:1.7
--- pkgsrc/audio/musepack/Makefile:1.6  Tue Jan 24 18:36:20 2023
+++ pkgsrc/audio/musepack/Makefile      Tue Aug 12 09:17:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/01/24 18:36:20 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/08/12 09:17:05 adam Exp $
 
 DISTNAME=      musepack_src_r475
 PKGNAME=       musepack-0rc475
@@ -13,6 +13,8 @@ LICENSE=      modified-bsd
 
 CONFLICTS=     libmpcdec-[0-9]*
 
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
 post-install:
        rm -rf ${DESTDIR}${PREFIX}/include/mpc/.svn/
 



Home | Main Index | Thread Index | Old Index