summaryrefslogtreecommitdiff
path: root/deps/uv/uv.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-09-13 16:18:54 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2012-09-13 16:18:54 +0200
commitdd1b9477063e39c5d916ebb602947340442d4d50 (patch)
tree01cc3cc477c26c8d529f7fd7db67aa8fcaccb974 /deps/uv/uv.gyp
parent2c97da82f5e23beb3f78258bb1340e63895e5125 (diff)
downloadandroid-node-v8-dd1b9477063e39c5d916ebb602947340442d4d50.tar.gz
android-node-v8-dd1b9477063e39c5d916ebb602947340442d4d50.tar.bz2
android-node-v8-dd1b9477063e39c5d916ebb602947340442d4d50.zip
deps: upgrade libuv to 1f9bd99
Diffstat (limited to 'deps/uv/uv.gyp')
-rw-r--r--deps/uv/uv.gyp14
1 files changed, 13 insertions, 1 deletions
diff --git a/deps/uv/uv.gyp b/deps/uv/uv.gyp
index 8ce01ebfda..e44087a572 100644
--- a/deps/uv/uv.gyp
+++ b/deps/uv/uv.gyp
@@ -147,7 +147,7 @@
'libraries': [ '-lm' ]
}],
[ 'OS=="mac"', {
- 'sources': [ 'src/unix/darwin.c' ],
+ 'sources': [ 'src/unix/darwin.c', 'src/unix/fsevents.c' ],
'direct_dependent_settings': {
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/CoreServices.framework',
@@ -209,6 +209,18 @@
'EIO_CONFIG_H="config_openbsd.h"',
],
}],
+ [ 'OS=="netbsd"', {
+ 'sources': [ 'src/unix/netbsd.c' ],
+ 'defines': [
+ 'EV_CONFIG_H="config_netbsd.h"',
+ 'EIO_CONFIG_H="config_netbsd.h"',
+ ],
+ 'direct_dependent_settings': {
+ 'libraries': [
+ '-lkvm',
+ ],
+ },
+ }],
[ 'OS=="mac" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd"', {
'sources': [ 'src/unix/kqueue.c' ],
}],