pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/musicpd musicpd: switch (default-off) upnp optio...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2e9f46791a78
branches: trunk
changeset: 768841:2e9f46791a78
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 01 21:51:20 2021 +0000
description:
musicpd: switch (default-off) upnp option to libnpupnp
diffstat:
audio/musicpd/options.mk | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (21 lines):
diff -r 905e0d6717a4 -r 2e9f46791a78 audio/musicpd/options.mk
--- a/audio/musicpd/options.mk Mon Nov 01 21:47:22 2021 +0000
+++ b/audio/musicpd/options.mk Mon Nov 01 21:51:20 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.38 2021/11/01 09:51:07 wiz Exp $
+# $NetBSD: options.mk,v 1.39 2021/11/01 21:51:20 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.musicpd
@@ -231,10 +231,8 @@
MESON_ARGS+= -Dvorbisenc=disabled
.endif
-# should switch to libnpupnp, not packaged yet
-# waiting for release https://framagit.org/medoc92/npupnp/-/issues/20
.if !empty(PKG_OPTIONS:Mupnp)
-. include "../../net/libupnp/buildlink3.mk"
+. include "../../net/libnpupnp/buildlink3.mk"
.else
MESON_ARGS+= -Dupnp=disabled
.endif
Home |
Main Index |
Thread Index |
Old Index