git: 39f0209b6fa8 - main - emulators/wine-devel: Cover alsa-lib in LD_32_LIBMAP
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Sep 2023 13:11:38 UTC
The branch main has been updated by gerald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=39f0209b6fa86c621d4253fd3ecd0ebe286f379e
commit 39f0209b6fa86c621d4253fd3ecd0ebe286f379e
Author: Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2023-09-09 13:11:24 +0000
Commit: Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2023-09-09 13:11:24 +0000
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
---
emulators/wine-devel/files/wine-wow64.sh | 1 +
1 file changed, 1 insertion(+)
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"