diff --git a/ports/fluidsynth/portfile.cmake b/ports/fluidsynth/portfile.cmake index d5f4030fa7..a92c17268b 100644 --- a/ports/fluidsynth/portfile.cmake +++ b/ports/fluidsynth/portfile.cmake @@ -20,6 +20,7 @@ vcpkg_configure_cmake( OPTIONS ${FEATURE_OPTIONS} -DPKG_CONFIG_EXECUTABLE=${PKGCONFIG} + -DLIB_INSTALL_DIR=lib OPTIONS_DEBUG -Denable-debug:BOOL=ON ) diff --git a/ports/fluidsynth/vcpkg.json b/ports/fluidsynth/vcpkg.json index cdb9226e7c..c248a67cce 100644 --- a/ports/fluidsynth/vcpkg.json +++ b/ports/fluidsynth/vcpkg.json @@ -1,6 +1,7 @@ { "name": "fluidsynth", "version": "2.2.1", + "port-version": 1, "description": "FluidSynth reads and handles MIDI events from the MIDI input device. It is the software analogue of a MIDI synthesizer. FluidSynth can also play midifiles using a Soundfont.", "homepage": "https://github.com/FluidSynth/fluidsynth", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 389900a757..b5d3618b90 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2174,7 +2174,7 @@ }, "fluidsynth": { "baseline": "2.2.1", - "port-version": 0 + "port-version": 1 }, "fmem": { "baseline": "c-libs-2ccee3d2fb", diff --git a/versions/f-/fluidsynth.json b/versions/f-/fluidsynth.json index 3321f5977e..d129246ee4 100644 --- a/versions/f-/fluidsynth.json +++ b/versions/f-/fluidsynth.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d9e09f93f0880db415faf7f65f4dd483a5b2882a", + "version": "2.2.1", + "port-version": 1 + }, { "git-tree": "226d8e9bba548bfb4592dfe5979797e3ffde0f69", "version": "2.2.1",