pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share Use correct --disable-libopus...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c5ec3a5ecbad
branches: trunk
changeset: 331843:c5ec3a5ecbad
user: rhialto <rhialto%pkgsrc.org@localhost>
date: Mon Mar 25 22:55:14 2019 +0000
description:
Use correct --disable-libopus option.
diffstat:
multimedia/mplayer-share/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 356650131e18 -r c5ec3a5ecbad multimedia/mplayer-share/options.mk
--- a/multimedia/mplayer-share/options.mk Mon Mar 25 22:52:25 2019 +0000
+++ b/multimedia/mplayer-share/options.mk Mon Mar 25 22:55:14 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.61 2019/03/24 20:38:25 rhialto Exp $
+# $NetBSD: options.mk,v 1.62 2019/03/25 22:55:14 rhialto Exp $
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
@@ -222,7 +222,7 @@
CONFIGURE_ARGS+= --enable-libopus
. include "../../audio/libopus/buildlink3.mk"
.else
-CONFIGURE_ARGS+= --disable-opus
+CONFIGURE_ARGS+= --disable-libopus
.endif
.if !empty(PKG_OPTIONS:Mmad)
Home |
Main Index |
Thread Index |
Old Index