FreeBSD Bugzilla – Attachment 228761 Details for
Bug 259211
emulators/wine-devel: explicitly point Vulkan loader at 32-bit Mesa libs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Mesa 32-bit Vulkan fix
mesa-vulkan-32.patch (text/plain), 914 bytes, created by
Alex S
on 2021-10-16 10:22:34 UTC
(
hide
)
Description:
Mesa 32-bit Vulkan fix
Filename:
MIME Type:
Creator:
Alex S
Created:
2021-10-16 10:22:34 UTC
Size:
914 bytes
patch
obsolete
>diff --git a/emulators/wine-devel/files/wine-wow64.sh b/emulators/wine-devel/files/wine-wow64.sh >index e24bc30e1b78..a7b1efba17cc 100644 >--- a/emulators/wine-devel/files/wine-wow64.sh >+++ b/emulators/wine-devel/files/wine-wow64.sh >@@ -24,7 +24,6 @@ fi > > export LIBGL_DRIVERS_PATH="${LIBGL_DRIVERS_PATH:+$LIBGL_DRIVERS_PATH:}$LOCALBASE/lib/dri:$LOCALBASE/lib32/dri:$I386_ROOT/$LOCALBASE/lib/dri" > export LD_32_LIBRARY_PATH="${LD_32_LIBRARY_PATH:+$LD_32_LIBRARY_PATH:}$I386_ROOT/$PREFIX/lib/wine:$LOCALBASE/lib32:$I386_ROOT/$LOCALBASE/lib" >- > for d in "$I386_ROOT/$LOCALBASE"/llvm*/lib > do > if [ -d "$d" ] >@@ -33,6 +32,10 @@ do > fi > done > export LD_32_LIBRARY_PATH_RPATH=y >+export LD_32_LIBMAP=" >+$LOCALBASE/lib/libvulkan_intel.so $I386_ROOT/$LOCALBASE/lib/libvulkan_intel.so >+$LOCALBASE/lib/libvulkan_radeon.so $I386_ROOT/$LOCALBASE/lib/libvulkan_radeon.so >+$LD_32_LIBMAP" > > if [ -z "$WINE_NO_WOW64" ] > then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 259211
: 228761