openbsd-ports/www/chromium/patches/patch-base_base_gyp
robert 1d1f0ea496 update to 15.0.874.102.
switch from using the hacked macosx transport dib to the linux one
which uses sysv shms.
make sure you also have a current kernel before using this version
2011-10-27 07:59:08 +00:00

18 lines
498 B
Plaintext

$OpenBSD: patch-base_base_gyp,v 1.8 2011/10/27 07:59:08 robert Exp $
--- base/base.gyp.orig Fri Oct 21 10:30:02 2011
+++ base/base.gyp Wed Oct 26 13:37:46 2011
@@ -302,6 +302,13 @@
],
}],
],
+ 'conditions': [
+ [ 'OS == "openbsd"', {
+ # fdatasync is not implemented on OpenBSD
+ 'sources/': [ ['exclude', '^test/test_file_util_linux.cc$'] ],
+ },
+ ],
+ ],
},
{
'target_name': 'test_support_base',