pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mpv multimedia/mpv: remove nonexistent file...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0a6521e969d
branches:  trunk
changeset: 428169:c0a6521e969d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Apr 25 18:19:46 2020 +0000

description:
multimedia/mpv: remove nonexistent file from SUBST_FILES

diffstat:

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

diffs (18 lines):

diff -r ca8be462a6ee -r c0a6521e969d multimedia/mpv/Makefile
--- a/multimedia/mpv/Makefile   Sat Apr 25 18:16:42 2020 +0000
+++ b/multimedia/mpv/Makefile   Sat Apr 25 18:19:46 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.108 2020/04/09 21:08:38 nia Exp $
+# $NetBSD: Makefile,v 1.109 2020/04/25 18:19:46 rillig Exp $
 
 DISTNAME=      mpv-0.32.0
 PKGREVISION=   10
@@ -35,7 +35,7 @@
 
 SUBST_CLASSES+=                audio
 SUBST_SED.audio+=      -e "s,/dev/dsp,${DEVOSSAUDIO},"
-SUBST_FILES.audio+=    audio/out/ao_oss.c stream/ai_oss.c
+SUBST_FILES.audio+=    audio/out/ao_oss.c
 SUBST_STAGE.audio=     pre-configure
 SUBST_MESSAGE.audio=   Fixing path to audio device.
 



Home | Main Index | Thread Index | Old Index