mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
emulators/wine: Cover alsa-lib in LD_32_LIBMAP
Ensure the ALSA run-time portions are found under WoW64. PR: 268164
This commit is contained in:
parent
06e0feb25f
commit
215305d603
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue