media-libs/openal: fix breakage after Prefix fix

Properly call cmake_src_prepare, as suggested by Alfred Wingate in
bug #967684

Closes: https://bugs.gentoo.org/967684
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
Fabian Groffen
2025-12-18 16:57:53 +01:00
parent 669b301bbe
commit aaa8bf1010

View File

@@ -54,7 +54,7 @@ PATCHES=(
)
src_prepare() {
default
cmake_src_prepare
# bug #883407
hprefixify alc/alconfig.cpp || die
}