summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_third__party_libevent_BUILD.gn
blob: fd49b2938b19fc25760232f6de8b36ac801f552d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- base/third_party/libevent/BUILD.gn.orig	2017-03-09 20:04:26 UTC
+++ base/third_party/libevent/BUILD.gn
@@ -50,6 +50,9 @@ static_library("libevent") {
       "linux/event-config.h",
     ]
     include_dirs = [ "linux" ]
+  } else if (is_bsd) {
+    sources += [ "kqueue.c" ]
+    include_dirs = [ "freebsd" ]
   } else if (is_android) {
     sources += [
       "android/config.h",