aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-base_third__party_libevent_BUILD.gn
blob: 512862246dbf846e8c125759f5beb51fc798ff6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- base/third_party/libevent/BUILD.gn.orig	2017-04-19 19:06:28 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",