18 lines
474 B
Plaintext
18 lines
474 B
Plaintext
$OpenBSD: patch-base_base_gyp,v 1.17 2013/03/15 08:30:33 robert Exp $
|
|
--- base/base.gyp.orig Thu Feb 21 04:30:06 2013
|
|
+++ base/base.gyp Fri Feb 22 19:40:32 2013
|
|
@@ -861,6 +861,13 @@
|
|
],
|
|
}],
|
|
],
|
|
+ 'conditions': [
|
|
+ [ 'OS == "openbsd"', {
|
|
+ # fdatasync is not implemented on OpenBSD
|
|
+ 'sources/': [ ['exclude', '^test/test_file_util_linux.cc$'] ],
|
|
+ },
|
|
+ ],
|
|
+ ],
|
|
},
|
|
],
|
|
'conditions': [
|