openbsd-ports/www/chromium/patches/patch-base_base_gyp

18 lines
498 B
Plaintext
Raw Normal View History

$OpenBSD: patch-base_base_gyp,v 1.4 2011/04/29 13:18:01 robert Exp $
--- base/base.gyp.orig Tue Apr 26 10:01:34 2011
+++ base/base.gyp Thu Apr 28 11:17:48 2011
@@ -242,6 +242,13 @@
],
}],
],
+ 'conditions': [
+ [ 'OS == "openbsd"', {
+ # fdatasync is not implemented on OpenBSD
+ 'sources/': [ ['exclude', '^test/test_file_util_linux.cc$'] ],
+ },
+ ],
+ ],
},
{
'target_name': 'test_support_base',