diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2023-10-14 13:55:47 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-10-14 13:55:47 +0200 |
commit | 68cc916d6ab26f16622d6cb873a3ae81b2212961 (patch) | |
tree | 62f206412b962a2bc34a29ec23f8d6fe1e742f70 /media-sound | |
parent | app-emacs/whine: Install the README file (diff) | |
download | gentoo-68cc916d6ab26f16622d6cb873a3ae81b2212961.tar.gz gentoo-68cc916d6ab26f16622d6cb873a3ae81b2212961.tar.bz2 gentoo-68cc916d6ab26f16622d6cb873a3ae81b2212961.zip |
media-sound/fluidsynth: fixed config switch
Closes: https://bugs.gentoo.org/915720
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-2.3.3.ebuild | 2 | ||||
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-2.3.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/fluidsynth/fluidsynth-2.3.3.ebuild b/media-sound/fluidsynth/fluidsynth-2.3.3.ebuild index ac1b529446a5..cbec34f6876a 100644 --- a/media-sound/fluidsynth/fluidsynth-2.3.3.ebuild +++ b/media-sound/fluidsynth/fluidsynth-2.3.3.ebuild @@ -54,7 +54,7 @@ src_configure() { -Denable-ipv6=$(usex ipv6) -Denable-jack=$(usex jack) -Denable-ladspa=$(usex ladspa) - -Denable-libinstpatch=ON # https://github.com/swami/libinstpatch + -Denable-libinstpatch=OFF # https://github.com/swami/libinstpatch -Denable-midishare=OFF # http://midishare.sourceforge.net/ -Denable-network=$(usex network) -Denable-opensles=OFF diff --git a/media-sound/fluidsynth/fluidsynth-2.3.4.ebuild b/media-sound/fluidsynth/fluidsynth-2.3.4.ebuild index 96eb1a12684c..f85f79e0b17d 100644 --- a/media-sound/fluidsynth/fluidsynth-2.3.4.ebuild +++ b/media-sound/fluidsynth/fluidsynth-2.3.4.ebuild @@ -54,7 +54,7 @@ src_configure() { -Denable-ipv6=$(usex ipv6) -Denable-jack=$(usex jack) -Denable-ladspa=$(usex ladspa) - -Denable-libinstpatch=ON # https://github.com/swami/libinstpatch + -Denable-libinstpatch=OFF # https://github.com/swami/libinstpatch -Denable-midishare=OFF # http://midishare.sourceforge.net/ -Denable-network=$(usex network) -Denable-opensles=OFF |