2011-03-15 07:38:05 -04:00
|
|
|
$OpenBSD: patch-base_base_gyp,v 1.3 2011/03/15 11:38:05 robert Exp $
|
|
|
|
--- base/base.gyp.orig Fri Mar 11 10:01:33 2011
|
|
|
|
+++ base/base.gyp Mon Mar 14 10:55:37 2011
|
|
|
|
@@ -238,6 +238,13 @@
|
2011-02-08 04:43:02 -05:00
|
|
|
],
|
|
|
|
}],
|
2010-12-13 04:51:45 -05:00
|
|
|
],
|
|
|
|
+ 'conditions': [
|
2011-02-08 04:43:02 -05:00
|
|
|
+ [ 'OS == "openbsd"', {
|
|
|
|
+ # fdatasync is not implemented on OpenBSD
|
2010-12-13 04:51:45 -05:00
|
|
|
+ 'sources/': [ ['exclude', '^test/test_file_util_linux.cc$'] ],
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+ ],
|
|
|
|
},
|
|
|
|
{
|
2011-02-08 04:43:02 -05:00
|
|
|
'target_name': 'test_support_base',
|