summaryrefslogtreecommitdiff
path: root/emulators/wine-devel/files
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2023-09-09 13:11:24 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2023-09-09 13:11:24 +0000
commit39f0209b6fa86c621d4253fd3ecd0ebe286f379e (patch)
treee50c5aca995056c980c677efb43cdb93e129e9c9 /emulators/wine-devel/files
parentnet/libcoap: return to pool (diff)
emulators/wine-devel: Cover alsa-lib in LD_32_LIBMAP
Forward port commit 215305d603 from emulators/wine: Author: Alexander Vereeken <Alexander88207@protonmail.com> Date: Sun Aug 27 21:19:15 2023 +0000 Ensure the ALSA run-time portions are found under WoW64. i386 and hence (the old way of) WoW64 is currently BROKEN, so this is not actually exercised right now. Still good to have this for when/if it may become relevant again. PR: 268164
Diffstat (limited to 'emulators/wine-devel/files')
-rw-r--r--emulators/wine-devel/files/wine-wow64.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/wine-devel/files/wine-wow64.sh b/emulators/wine-devel/files/wine-wow64.sh
index 92b3659b7122..fd96577fb486 100644
--- a/emulators/wine-devel/files/wine-wow64.sh
+++ b/emulators/wine-devel/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"