Index: third_party/libevent/libevent.gyp |
=================================================================== |
--- third_party/libevent/libevent.gyp (revision 39355) |
+++ third_party/libevent/libevent.gyp (working copy) |
@@ -50,7 +50,7 @@ |
], |
}, |
}], |
- [ 'OS == "mac" or OS == "freebsd" or OS == "openbsd"', { |
+ [ 'OS == "mac" or OS == "freebsd" or OS == "openbsd" or OS == "solaris"', { |
'sources': [ 'kqueue.c' ], |
'include_dirs': [ 'mac' ] |
}], |