mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user