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:   micha
Date:           Wed Jun  7 15:30:18 UTC 2023

Modified Files:
        pkgsrc/audio/fluidsynth: buildlink3.mk

Log Message:
audio/fluidsynth: Fix bl3 file

Provide file "bin/fluidsynth" for target "FluidSynth::fluidsynth"
in "lib/cmake/fluidsynth/FluidSynthTargets.cmake".


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/audio/fluidsynth/buildlink3.mk

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/buildlink3.mk
diff -u pkgsrc/audio/fluidsynth/buildlink3.mk:1.24 pkgsrc/audio/fluidsynth/buildlink3.mk:1.25
--- pkgsrc/audio/fluidsynth/buildlink3.mk:1.24  Sat May  6 19:08:45 2023
+++ pkgsrc/audio/fluidsynth/buildlink3.mk       Wed Jun  7 15:30:18 2023
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.24 2023/05/06 19:08:45 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.25 2023/06/07 15:30:18 micha Exp $
 
 BUILDLINK_TREE+=       fluidsynth
 
@@ -9,6 +9,8 @@ BUILDLINK_API_DEPENDS.fluidsynth+=      fluid
 BUILDLINK_ABI_DEPENDS.fluidsynth+=     fluidsynth>=2.3.2nb1
 BUILDLINK_PKGSRCDIR.fluidsynth?=       ../../audio/fluidsynth
 
+BUILDLINK_FILES.fluidsynth+=           bin/fluidsynth
+
 pkgbase := fluidsynth
 .include "../../mk/pkg-build-options.mk"
 



Home | Main Index | Thread Index | Old Index