git: 215305d603ef - main - emulators/wine: Cover alsa-lib in LD_32_LIBMAP
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Aug 2023 21:22:46 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=215305d603efdcd77bcfd8715799cae69f708e7a commit 215305d603efdcd77bcfd8715799cae69f708e7a Author: Alexander Vereeken <Alexander88207@protonmail.com> AuthorDate: 2023-08-27 21:19:15 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2023-08-27 21:19:15 +0000 emulators/wine: Cover alsa-lib in LD_32_LIBMAP Ensure the ALSA run-time portions are found under WoW64. PR: 268164 --- emulators/wine/files/wine-wow64.sh | 1 + 1 file changed, 1 insertion(+) 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"