Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/fluidsynth fluidsynth: Use DEVOSSMIDI
details: https://anonhg.NetBSD.org/pkgsrc/rev/1985d234a53c
branches: trunk
changeset: 428776:1985d234a53c
user: nia <nia%pkgsrc.org@localhost>
date: Sat Apr 11 10:59:58 2020 +0000
description:
fluidsynth: Use DEVOSSMIDI
diffstat:
audio/fluidsynth/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (20 lines):
diff -r 9dd643a954d7 -r 1985d234a53c audio/fluidsynth/Makefile
--- a/audio/fluidsynth/Makefile Sat Apr 11 10:57:33 2020 +0000
+++ b/audio/fluidsynth/Makefile Sat Apr 11 10:59:58 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2020/03/08 16:47:24 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2020/04/11 10:59:58 nia Exp $
DISTNAME= fluidsynth-2.1.1
PKGREVISION= 1
@@ -32,9 +32,7 @@
SUBST_MESSAGE.oss= Correcting the path to the OSS device.
SUBST_FILES.oss+= src/drivers/fluid_oss.c
SUBST_SED.oss+= -e "s,/dev/dsp,${DEVOSSAUDIO},g"
-. if ${OPSYS} == "NetBSD"
-SUBST_SED.oss+= -e "s,/dev/midi,/dev/rmidi0,g"
-. endif
+SUBST_SED.oss+= -e "s,/dev/midi,${DEVOSSMIDI},g"
.endif
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index