2013-01-18 21:38:02 +00:00
|
|
|
$OpenBSD: patch-base_base_gyp,v 1.16 2013/01/18 21:38:02 robert Exp $
|
|
|
|
--- base/base.gyp.orig Tue Jan 8 03:40:59 2013
|
|
|
|
+++ base/base.gyp Mon Jan 14 19:47:35 2013
|
|
|
|
@@ -811,6 +811,13 @@
|
2012-11-07 06:59:45 +00:00
|
|
|
],
|
|
|
|
}],
|
2010-12-13 09:51:45 +00:00
|
|
|
],
|
|
|
|
+ 'conditions': [
|
2011-02-08 09:43:02 +00:00
|
|
|
+ [ 'OS == "openbsd"', {
|
|
|
|
+ # fdatasync is not implemented on OpenBSD
|
2010-12-13 09:51:45 +00:00
|
|
|
+ 'sources/': [ ['exclude', '^test/test_file_util_linux.cc$'] ],
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+ ],
|
|
|
|
},
|
2012-11-07 06:59:45 +00:00
|
|
|
],
|
|
|
|
'conditions': [
|