head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.07.08.13.42.31; author kikadf; state Exp; branches; next ; commitid TrothZVUWCiZ0RMG; desc @@ 1.1 log @ chromium: update to 150.0.7871.100 This update doesn't include security fixes. A full list of changes in this build is available in https://chromium.googlesource.com/chromium/src/+log/150.0.7871.47..150.0.7871.101?pretty=fuller&n=10000 @ text @$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- third_party/vulkan-loader/src/BUILD.gn.orig 2026-07-06 22:58:46.000000000 +0000 +++ third_party/vulkan-loader/src/BUILD.gn @@@@ -53,11 +53,11 @@@@ config("vulkan_internal_config") { "EXTRASYSCONFDIR=\"/pkg/data\"", ] } - if (is_linux || is_chromeos || is_mac) { + if (is_linux || is_chromeos || is_mac || is_bsd) { defines += [ - "SYSCONFDIR=\"/etc\"", - "FALLBACK_CONFIG_DIRS=\"/etc/xdg\"", - "FALLBACK_DATA_DIRS=\"/usr/local/share:/usr/share\"", + "SYSCONFDIR=\"@@PKG_SYSCONFBASE@@\"", + "FALLBACK_CONFIG_DIRS=\"@@PKG_SYSCONFBASE@@/xdg\"", + "FALLBACK_DATA_DIRS=\"@@X11BASE@@/share:@@PREFIX@@/share:/usr/share\"", ] } if (is_apple && !vulkan_loader_shared) { @