summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-chrome_browser_BUILD.gn
diff options
context:
space:
mode:
authorRobert Nagy <rnagy@FreeBSD.org>2023-08-29 07:51:47 +0200
committerRobert Nagy <rnagy@FreeBSD.org>2023-08-29 07:52:14 +0200
commit5c66c6e7babd575ed1dc76d546dd9418452ea02d (patch)
treed7d7b930bb6b25042d1db305bcdef10b34718c1d /www/iridium/files/patch-chrome_browser_BUILD.gn
parentsecurity/clamav: Update to 1.2.0 (diff)
www/iridium: update to 2023.08.116
Diffstat (limited to 'www/iridium/files/patch-chrome_browser_BUILD.gn')
-rw-r--r--www/iridium/files/patch-chrome_browser_BUILD.gn16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/iridium/files/patch-chrome_browser_BUILD.gn b/www/iridium/files/patch-chrome_browser_BUILD.gn
new file mode 100644
index 000000000000..20561322bc15
--- /dev/null
+++ b/www/iridium/files/patch-chrome_browser_BUILD.gn
@@ -0,0 +1,16 @@
+--- chrome/browser/BUILD.gn.orig 2023-08-28 20:17:35 UTC
++++ chrome/browser/BUILD.gn
+@@ -6296,6 +6296,13 @@ static_library("browser") {
+ }
+ }
+
++ if (is_bsd) {
++ sources -= [
++ "metrics/bluetooth_metrics_provider.cc",
++ "metrics/bluetooth_metrics_provider.h",
++ ]
++ }
++
+ if (is_linux && use_dbus) {
+ sources += [
+ "dbus_memory_pressure_evaluator_linux.cc",