aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-net_third__party_quiche_BUILD.gn
blob: a3a1f53299300bcb1af413671dd1511ea340eec6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/third_party/quiche/BUILD.gn.orig	2023-11-29 21:40:08 UTC
+++ net/third_party/quiche/BUILD.gn
@@ -29,7 +29,7 @@ import("//third_party/protobuf/proto_library.gni")
 import("//testing/libfuzzer/fuzzer_test.gni")
 import("//third_party/protobuf/proto_library.gni")
 
-build_epoll_based_tools = is_linux || is_chromeos
+build_epoll_based_tools = (is_linux && !is_bsd) || is_chromeos
 
 config("quiche_internal_config") {
   cflags = []