mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
11 lines
434 B
Text
11 lines
434 B
Text
--- net/third_party/quiche/BUILD.gn.orig 2022-11-30 08:12:58 UTC
|
|
+++ net/third_party/quiche/BUILD.gn
|
|
@@ -28,7 +28,7 @@ import("//build/config/chromeos/ui_mode.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 = []
|