diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2020-11-20 10:41:13 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2020-11-20 10:41:13 +0000 |
commit | 9a4ce488e85c4b59c1d2acdfd23cb88b7e9ca198 (patch) | |
tree | 84f3b4638ccf347ba91572ef9f96440521ed236f /lang/v8/files/patch-build_config_features.gni | |
parent | net/concourse-fly: Update to 6.7.1 (diff) |
lang/v8: Update to 8.7.220.23
PR: 213202
Reported by: many
Approved by: sunpoet (maintainer timeout)
Diffstat (limited to 'lang/v8/files/patch-build_config_features.gni')
-rw-r--r-- | lang/v8/files/patch-build_config_features.gni | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/v8/files/patch-build_config_features.gni b/lang/v8/files/patch-build_config_features.gni new file mode 100644 index 000000000000..4469d4f06273 --- /dev/null +++ b/lang/v8/files/patch-build_config_features.gni @@ -0,0 +1,11 @@ +--- build/config/features.gni.orig 2020-09-19 19:50:44 UTC ++++ build/config/features.gni +@@ -26,7 +26,7 @@ declare_args() { + proprietary_codecs = is_chrome_branded || is_chromecast + + # libudev usage. This currently only affects the content layer. +- use_udev = (is_linux || is_chromeos) && !is_chromecast ++ use_udev = (is_linux || is_chromeos) && !is_chromecast && !is_bsd + + use_dbus = (is_linux || is_chromeos) && !is_chromecast + |