media-libs/openal: disbale C++ modules

GCC 15 ICEs and I don't think fixes for modules are going to be backported
to 15 (use >=16 for modules).

Bug: https://bugs.gentoo.org/971197
Closes: https://bugs.gentoo.org/976806
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-06-05 20:36:33 +01:00
parent c2f730b744
commit bdd2854347

View File

@@ -66,6 +66,9 @@ multilib_src_configure() {
# We prefer linking for predictable behaviour
-DALSOFT_DLOPEN=OFF
# GCC 15 ICEs (bug #976806)
-DALSOFT_ENABLE_MODULES=OFF
# See bug #809314 for getting both options for backends
-DALSOFT_{BACKEND,REQUIRE}_ALSA=$(usex alsa)
-DALSOFT_{BACKEND,REQUIRE}_COREAUDIO=$(usex coreaudio)