aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_third__party_libevent_BUILD.gn
blob: 7654c0f9374c796bf9257b1e5ea5fc0bc45595dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- base/third_party/libevent/BUILD.gn.orig	2017-01-26 00:49:07 UTC
+++ base/third_party/libevent/BUILD.gn
@@ -29,6 +29,9 @@ static_library("libevent") {
   } else if (is_linux) {
     sources += [ "epoll.c" ]
     include_dirs = [ "linux" ]
+  } else if (is_bsd) {
+    sources += [ "kqueue.c" ]
+    include_dirs = [ "freebsd" ]
   } else if (is_android) {
     sources += [ "epoll.c" ]
     include_dirs = [ "android" ]