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:   nia
Date:           Sun Jul  3 17:32:04 UTC 2022

Modified Files:
        pkgsrc/audio/snapcast: Makefile

Log Message:
snapcast: Needs gcc8 for std::filesystem


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/audio/snapcast/Makefile:1.3
--- pkgsrc/audio/snapcast/Makefile:1.2  Sun Jul  3 16:23:35 2022
+++ pkgsrc/audio/snapcast/Makefile      Sun Jul  3 17:32:04 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/07/03 16:23:35 nia Exp $
+# $NetBSD: Makefile,v 1.3 2022/07/03 17:32:04 nia Exp $
 
 DISTNAME=      snapcast-0.26.0
 CATEGORIES=    audio
@@ -14,6 +14,9 @@ USE_CMAKE=    yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
+# std::filesystem
+GCC_REQD+=     8
+
 REPLACE_PYTHON+=       server/etc/plug-ins/meta_mpd.py
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index