pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/mpv



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Feb 17 09:47:47 UTC 2020

Modified Files:
        pkgsrc/multimedia/mpv: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/multimedia/mpv/Makefile

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

Modified files:

Index: pkgsrc/multimedia/mpv/Makefile
diff -u pkgsrc/multimedia/mpv/Makefile:1.92 pkgsrc/multimedia/mpv/Makefile:1.93
--- pkgsrc/multimedia/mpv/Makefile:1.92 Sun Jan 26 21:28:11 2020
+++ pkgsrc/multimedia/mpv/Makefile      Mon Feb 17 09:47:47 2020
@@ -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_REPLACE_EXECUTABLE=       yes
 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