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

18 lines
498 B
Plaintext
Raw Normal View History

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 @@
],
}],
],
+ 'conditions': [
+ [ 'OS == "openbsd"', {
+ # fdatasync is not implemented on OpenBSD
+ 'sources/': [ ['exclude', '^test/test_file_util_linux.cc$'] ],
+ },
+ ],
+ ],
},
{
'target_name': 'test_support_base',