$OpenBSD: patch-base_base_gyp,v 1.2 2011/02/08 09:43:02 espie Exp $ --- base/base.gyp.orig Fri Jan 21 10:20:15 2011 +++ base/base.gyp Sun Jan 23 23:27:31 2011 @@ -241,6 +241,13 @@ ], }], ], + 'conditions': [ + [ 'OS == "openbsd"', { + # fdatasync is not implemented on OpenBSD + 'sources/': [ ['exclude', '^test/test_file_util_linux.cc$'] ], + }, + ], + ], }, { 'target_name': 'test_support_base',