pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/cmus cmus: Disable unsupported options explicitly



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6766902ed10
branches:  trunk
changeset: 397691:e6766902ed10
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jul 02 06:15:29 2019 +0000

description:
cmus: Disable unsupported options explicitly

diffstat:

 audio/cmus/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 27890eaf57d3 -r e6766902ed10 audio/cmus/Makefile
--- a/audio/cmus/Makefile       Tue Jul 02 06:06:48 2019 +0000
+++ b/audio/cmus/Makefile       Tue Jul 02 06:15:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2019/06/21 13:46:04 nia Exp $
+# $NetBSD: Makefile,v 1.78 2019/07/02 06:15:29 nia Exp $
 
 DISTNAME=              cmus-2.8.0
 CATEGORIES=            audio
@@ -21,6 +21,10 @@
 
 CONFIGURE_ARGS+=       prefix=${PREFIX}
 CONFIGURE_ARGS+=       CONFIG_ALSA=n
+# not in pkgsrc yet
+CONFIGURE_ARGS+=       CONFIG_ROAR=n
+# requires systemd
+CONFIGURE_ARGS+=       CONFIG_MPRIS=n
 CONFIGURE_ARGS+=       mandir=${PREFIX}/${PKGMANDIR}
 PLIST_VARS+=           coreaudio sunaudio oss
 



Home | Main Index | Thread Index | Old Index