pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/fluidsynth
Module Name: pkgsrc
Committed By: nia
Date: Sat Apr 11 10:59:58 UTC 2020
Modified Files:
pkgsrc/audio/fluidsynth: Makefile
Log Message:
fluidsynth: Use DEVOSSMIDI
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/audio/fluidsynth/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/fluidsynth/Makefile
diff -u pkgsrc/audio/fluidsynth/Makefile:1.35 pkgsrc/audio/fluidsynth/Makefile:1.36
--- pkgsrc/audio/fluidsynth/Makefile:1.35 Sun Mar 8 16:47:24 2020
+++ pkgsrc/audio/fluidsynth/Makefile Sat Apr 11 10:59:58 2020
@@ -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_STAGE.oss= pre-configure
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