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:           Sun Apr 12 14:11:13 UTC 2020

Modified Files:
        pkgsrc/audio/fluidsynth: Makefile

Log Message:
fluidsynth: don't include oss detection twice


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 pkgsrc/audio/fluidsynth/Makefile:1.38
--- pkgsrc/audio/fluidsynth/Makefile:1.37       Sun Apr 12 11:21:10 2020
+++ pkgsrc/audio/fluidsynth/Makefile    Sun Apr 12 14:11:13 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2020/04/12 11:21:10 nia Exp $
+# $NetBSD: Makefile,v 1.38 2020/04/12 14:11:13 nia Exp $
 
 DISTNAME=      fluidsynth-2.1.2
 CATEGORIES=    audio
@@ -38,6 +38,5 @@ SUBST_SED.oss+=               -e "s,/dev/midi,${DEVOS
 .include "../../devel/libgetopt/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../mk/readline.buildlink3.mk"
-.include "../../mk/oss.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index