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:   wiz
Date:           Tue Jan 14 10:46:42 UTC 2020

Modified Files:
        pkgsrc/multimedia/mpv: Makefile

Log Message:
mpv: set WAF_REPLACE_EXECUTABLE=yes to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 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.89 pkgsrc/multimedia/mpv/Makefile:1.90
--- pkgsrc/multimedia/mpv/Makefile:1.89 Sat Dec 28 17:20:32 2019
+++ pkgsrc/multimedia/mpv/Makefile      Tue Jan 14 10:46:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2019/12/28 17:20:32 leot Exp $
+# $NetBSD: Makefile,v 1.90 2020/01/14 10:46:41 wiz Exp $
 
 DISTNAME=      mpv-0.31.0
 CATEGORIES=    multimedia
@@ -19,6 +19,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-docutils>=
 # ${WRKSRC}/bootstrap.py mentions needed version
 TOOL_DEPENDS+= waf>=2.0.9:../../devel/waf
 
+WAF_REPLACE_EXECUTABLE=        yes
 WAF_CONFIGURE_ARGS+=   --bindir=${PREFIX}/bin
 WAF_CONFIGURE_ARGS+=   --enable-dvdnav
 WAF_CONFIGURE_ARGS+=   --disable-egl-x11



Home | Main Index | Thread Index | Old Index