pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/snapcast



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 19 08:09:20 UTC 2025

Modified Files:
        pkgsrc/audio/snapcast: Makefile

Log Message:
snapcast: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/snapcast/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/snapcast/Makefile
diff -u pkgsrc/audio/snapcast/Makefile:1.14 pkgsrc/audio/snapcast/Makefile:1.15
--- pkgsrc/audio/snapcast/Makefile:1.14 Wed Feb 12 06:44:29 2025
+++ pkgsrc/audio/snapcast/Makefile      Tue Aug 19 08:09:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2025/02/12 06:44:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2025/08/19 08:09:19 wiz Exp $
 
 DISTNAME=      snapcast-0.26.0
 PKGREVISION=   7
@@ -16,6 +16,8 @@ USE_LANGUAGES=        c c++
 
 USE_CXX_FEATURES+=     filesystem
 
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
 REPLACE_PYTHON+=       server/etc/plug-ins/meta_mpd.py
 
 CONF_FILES+=   ${PREFIX}/share/examples/snapcast/snapserver.conf \



Home | Main Index | Thread Index | Old Index