18 lines
495 B
Plaintext
18 lines
495 B
Plaintext
$OpenBSD: patch-base_base_gyp,v 1.13 2012/08/26 18:47:01 robert Exp $
|
|
--- base/base.gyp.orig Tue Aug 14 09:01:48 2012
|
|
+++ base/base.gyp Wed Aug 15 23:14:34 2012
|
|
@@ -612,6 +612,13 @@
|
|
],
|
|
}],
|
|
],
|
|
+ 'conditions': [
|
|
+ [ 'OS == "openbsd"', {
|
|
+ # fdatasync is not implemented on OpenBSD
|
|
+ 'sources/': [ ['exclude', '^test/test_file_util_linux.cc$'] ],
|
|
+ },
|
|
+ ],
|
|
+ ],
|
|
},
|
|
{
|
|
'target_name': 'check_example',
|