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/35c26a05ed9e
branches:  trunk
changeset: 321629:35c26a05ed9e
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 eadc886ead1f -r 35c26a05ed9e 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