pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/pulseaudio
Module Name: pkgsrc
Committed By: js
Date: Sun May 16 19:01:36 UTC 2021
Modified Files:
pkgsrc/audio/pulseaudio: Makefile
Log Message:
audio/pulseaudio: Remove consolekit dependency on Linux
It isn't needed and removes the Rust dependency.
To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 pkgsrc/audio/pulseaudio/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/pulseaudio/Makefile
diff -u pkgsrc/audio/pulseaudio/Makefile:1.157 pkgsrc/audio/pulseaudio/Makefile:1.158
--- pkgsrc/audio/pulseaudio/Makefile:1.157 Tue Mar 30 18:09:45 2021
+++ pkgsrc/audio/pulseaudio/Makefile Sun May 16 19:01:36 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.157 2021/03/30 18:09:45 wiz Exp $
+# $NetBSD: Makefile,v 1.158 2021/05/16 19:01:36 js Exp $
DISTNAME= pulseaudio-14.2
PKGREVISION= 2
@@ -135,7 +135,7 @@ pre-configure:
set -e; cd ${WRKSRC}; \
aclocal; autoheader; automake -a --foreign -i; autoconf
-.if ${OPSYS} != "Darwin"
+.if ${OPSYS} != Linux && ${OPSYS} != "Darwin"
.include "../../sysutils/consolekit/buildlink3.mk"
.endif
.include "../../audio/libsndfile/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index