summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vereeken <Alexander88207@protonmail.com>2023-08-27 21:19:15 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2023-08-27 21:19:15 +0000
commit215305d603efdcd77bcfd8715799cae69f708e7a (patch)
tree28688641d92688ac1252b3657e00c6a3b6d2b742
parentemulators/wine: Switch the default from OSS to ALSA (diff)
emulators/wine: Cover alsa-lib in LD_32_LIBMAP
Ensure the ALSA run-time portions are found under WoW64. PR: 268164
-rw-r--r--emulators/wine/files/wine-wow64.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/wine/files/wine-wow64.sh b/emulators/wine/files/wine-wow64.sh
index ca324c2d50a2..ac44113990c6 100644
--- a/emulators/wine/files/wine-wow64.sh
+++ b/emulators/wine/files/wine-wow64.sh
@@ -47,6 +47,7 @@ export LD_32_LIBMAP="
libgcc_s.so.1 /usr/lib32/libgcc_s.so.1
$LOCALBASE/lib/libvulkan_intel.so $I386_ROOT/$LOCALBASE/lib/libvulkan_intel.so
$LOCALBASE/lib/libvulkan_radeon.so $I386_ROOT/$LOCALBASE/lib/libvulkan_radeon.so
+$LOCALBASE/lib/alsa-lib/libasound_module_pcm_oss.so $I386_ROOT/$LOCALBASE/lib/alsa-lib/libasound_module_pcm_oss.so
$LD_32_LIBMAP_CONF
$LD_32_LIBMAP"