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:   he
Date:           Mon Mar  6 19:38:17 UTC 2023

Modified Files:
        pkgsrc/audio/snapcast: Makefile

Log Message:
snapcast: add use of mk/atomic64.mk, needed on e.g. macppc.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/audio/snapcast/Makefile:1.7
--- pkgsrc/audio/snapcast/Makefile:1.6  Sun Sep 11 12:51:22 2022
+++ pkgsrc/audio/snapcast/Makefile      Mon Mar  6 19:38:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/09/11 12:51:22 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/03/06 19:38:17 he Exp $
 
 DISTNAME=      snapcast-0.26.0
 PKGREVISION=   3
@@ -77,4 +77,5 @@ post-install:
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../textproc/expat/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index