git: 4f4374e51e06 - main - emulators/wine7: Cover alsa-lib in LD_32_LIBMAP
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Sep 2023 23:05:44 UTC
The branch main has been updated by gerald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4f4374e51e069a7509b7f21bd12e23c198c25ac9
commit 4f4374e51e069a7509b7f21bd12e23c198c25ac9
Author: Alexander Vereeken <Alexander88207@protonmail.com>
AuthorDate: 2023-09-01 23:04:21 +0000
Commit: Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2023-09-01 23:04:21 +0000
emulators/wine7: Cover alsa-lib in LD_32_LIBMAP
Ensure the ALSA run-time portions are found under WoW64.
(This backports 215305d603 from emulators/wine.)
PR: 268164
---
emulators/wine7/files/wine-wow64.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/emulators/wine7/files/wine-wow64.sh b/emulators/wine7/files/wine-wow64.sh
index 99d2e36975b5..6ac6503ede0e 100644
--- a/emulators/wine7/files/wine-wow64.sh
+++ b/emulators/wine7/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"