media-sound/fluidsynth: fixed direct cc call in 2.2.5

Closes: https://bugs.gentoo.org/733940
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Miroslav Šulc
2022-02-24 11:00:55 +01:00
parent 950be69f33
commit 643ef6a0f0

View File

@@ -4,7 +4,7 @@
EAPI=8
CMAKE_ECLASS=cmake
inherit cmake-multilib systemd
inherit cmake-multilib systemd toolchain-funcs
DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications"
HOMEPAGE="https://www.fluidsynth.org"
@@ -42,6 +42,7 @@ DOCS=( AUTHORS ChangeLog README.md THANKS TODO doc/fluidsynth-v20-devdoc.txt )
src_configure() {
local mycmakeargs=(
-DCMAKE_C_COMPILER="$(tc-getCC)"
-Denable-alsa=$(usex alsa)
-Denable-aufile=ON
-Denable-dbus=$(usex dbus)