mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
11 lines
338 B
Text
11 lines
338 B
Text
--- net/features.gni.orig 2017-09-08 22:18:41.065160000 +0200
|
|
+++ net/features.gni 2017-09-08 22:18:51.191168000 +0200
|
|
@@ -27,7 +27,7 @@
|
|
disable_brotli_filter = false
|
|
|
|
# Multicast DNS.
|
|
- enable_mdns = is_win || is_linux
|
|
+ enable_mdns = is_win || is_linux || is_bsd
|
|
|
|
# Reporting not used on iOS.
|
|
enable_reporting = !is_ios
|