mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
This update also removes the --audio-backend command line switch in favor of an actual setting in the browser that can be changed at chrome://flags/#audio-backend Security: https://vuxml.freebsd.org/freebsd/15d398ea-4f73-11ef-8a0f-a8a1599412c6.html
11 lines
455 B
Text
11 lines
455 B
Text
--- third_party/vulkan-loader/src/BUILD.gn.orig 2024-07-30 11:12:21 UTC
|
|
+++ third_party/vulkan-loader/src/BUILD.gn
|
|
@@ -59,7 +59,7 @@ config("vulkan_internal_config") {
|
|
defines += [
|
|
"SYSCONFDIR=\"/etc\"",
|
|
"FALLBACK_CONFIG_DIRS=\"/etc/xdg\"",
|
|
- "FALLBACK_DATA_DIRS=\"/usr/local/share:/usr/share\"",
|
|
+ "FALLBACK_DATA_DIRS=\"/usr/X11R6/share:/usr/local/share:/usr/share\"",
|
|
]
|
|
}
|
|
if (is_apple && !vulkan_loader_shared) {
|