pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/pulseaudio audio/pulseaudio: Remove consolekit d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be42295caa9c
branches:  trunk
changeset: 452812:be42295caa9c
user:      js <js%pkgsrc.org@localhost>
date:      Sun May 16 19:01:36 2021 +0000

description:
audio/pulseaudio: Remove consolekit dependency on Linux

It isn't needed and removes the Rust dependency.

diffstat:

 audio/pulseaudio/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bcad697ef551 -r be42295caa9c audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Sun May 16 17:42:41 2021 +0000
+++ b/audio/pulseaudio/Makefile Sun May 16 19:01:36 2021 +0000
@@ -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 @@
        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