pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/mplayer-share



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Mon Mar 25 22:55:14 UTC 2019

Modified Files:
        pkgsrc/multimedia/mplayer-share: options.mk

Log Message:
Use correct --disable-libopus option.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/multimedia/mplayer-share/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/mplayer-share/options.mk
diff -u pkgsrc/multimedia/mplayer-share/options.mk:1.61 pkgsrc/multimedia/mplayer-share/options.mk:1.62
--- pkgsrc/multimedia/mplayer-share/options.mk:1.61     Sun Mar 24 20:38:25 2019
+++ pkgsrc/multimedia/mplayer-share/options.mk  Mon Mar 25 22:55:14 2019
@@ -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+=    --disable-mp3lame
 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