1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/lang/v8/files/patch-build_config_features.gni
Mikael Urankar 9a4ce488e8 lang/v8: Update to 8.7.220.23
PR:		213202
Reported by:	many
Approved by:	sunpoet (maintainer timeout)
2020-11-20 10:41:13 +00:00

12 lines
441 B
Plaintext

--- 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