ae6e8f236b
time right now. Tree is still locked! Reasons for the update: - good work that can be used now - only builds on i386/amd64, and they're fast - multiple security problems in old chrome - old chrome half working, can't break it more than it was. This one requires resources (see MESSAGE), but it's ways more stable. Again, discussed with sthen@, jasper@, naddy@, miod@
18 lines
497 B
Plaintext
18 lines
497 B
Plaintext
$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',
|