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:   ryoon
Date:           Tue Apr  7 13:47:04 UTC 2020

Modified Files:
        pkgsrc/multimedia/mpv: Makefile

Log Message:
mpv: Add libossaudio to fix build under recent NetBSD-current


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 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.104 pkgsrc/multimedia/mpv/Makefile:1.105
--- pkgsrc/multimedia/mpv/Makefile:1.104        Wed Mar 18 11:49:21 2020
+++ pkgsrc/multimedia/mpv/Makefile      Tue Apr  7 13:47:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2020/03/18 11:49:21 leot Exp $
+# $NetBSD: Makefile,v 1.105 2020/04/07 13:47:04 ryoon Exp $
 
 DISTNAME=      mpv-0.32.0
 PKGREVISION=   7
@@ -70,6 +70,7 @@ post-install:
 
 .include "options.mk"
 
+LDFLAGS.NetBSD+=       -lossaudio
 .include "../../mk/oss.buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/waf/waf.mk"



Home | Main Index | Thread Index | Old Index