pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mpv mpv: Remove --disable-swift, it's now a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86049a5e886c
branches:  trunk
changeset: 411631:86049a5e886c
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Feb 17 09:47:47 2020 +0000

description:
mpv: Remove --disable-swift, it's now a requirement.

diffstat:

 multimedia/mpv/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 686ac393151a -r 86049a5e886c multimedia/mpv/Makefile
--- a/multimedia/mpv/Makefile   Sun Feb 16 21:18:05 2020 +0000
+++ b/multimedia/mpv/Makefile   Mon Feb 17 09:47:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2020/01/26 21:28:11 leot Exp $
+# $NetBSD: Makefile,v 1.93 2020/02/17 09:47:47 jperkin Exp $
 
 DISTNAME=      mpv-0.32.0
 CATEGORIES=    multimedia
@@ -23,7 +23,6 @@
 WAF_CONFIGURE_ARGS+=   --bindir=${PREFIX}/bin
 WAF_CONFIGURE_ARGS+=   --enable-dvdnav
 WAF_CONFIGURE_ARGS+=   --disable-egl-x11
-WAF_CONFIGURE_ARGS+=   --disable-swift
 
 PYTHON_FOR_BUILD_ONLY= yes
 



Home | Main Index | Thread Index | Old Index