diff options
author | Alexander Vereeken <Alexander88207@protonmail.com> | 2023-09-01 23:04:21 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2023-09-01 23:04:21 +0000 |
commit | 4f4374e51e069a7509b7f21bd12e23c198c25ac9 (patch) | |
tree | 225e916b48740c0b784bb39b98fe6980000b59e0 | |
parent | 2de261ab70ec8e744d122f0bc2cd273fcec6c29f (diff) | |
download | ports-4f4374e51e069a7509b7f21bd12e23c198c25ac9.tar.gz ports-4f4374e51e069a7509b7f21bd12e23c198c25ac9.zip |
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
-rw-r--r-- | emulators/wine7/files/wine-wow64.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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" |