| Index: third_party/libevent/libevent.gyp
|
| diff --git a/third_party/libevent/libevent.gyp b/third_party/libevent/libevent.gyp
|
| index 5341a55a6f12e28aaa3d28c77bac067907787658..3a036dc8c6b2541ca978b03ab1f84be0acbfe6a8 100644
|
| --- a/third_party/libevent/libevent.gyp
|
| +++ b/third_party/libevent/libevent.gyp
|
| @@ -54,7 +54,7 @@
|
| 'sources': [ 'epoll.c' ],
|
| 'include_dirs': [ 'android' ],
|
| }],
|
| - [ 'OS == "mac" or OS == "freebsd" or OS == "openbsd"', {
|
| + [ 'OS == "mac" or os_bsd==1', {
|
| 'sources': [ 'kqueue.c' ],
|
| 'include_dirs': [ 'mac' ]
|
| }],
|
|
|