openbsd-ports/www/chromium/patches/patch-base_base_gyp
robert a52e8efd8d - update to 26.0.1410.43
- switch chromium to use clang/llvm instead of gcc
- switch back to the internal libvpx because it's an unreleased version
  at this point
- re-enable SSE2 support
2013-04-03 08:19:10 +00:00

18 lines
479 B
Plaintext

$OpenBSD: patch-base_base_gyp,v 1.18 2013/04/03 08:19:10 robert Exp $
--- base/base.gyp.orig.port Fri Mar 22 02:13:43 2013
+++ base/base.gyp Tue Apr 2 21:05:17 2013
@@ -900,6 +900,13 @@
],
}],
],
+ 'conditions': [
+ [ 'OS == "openbsd"', {
+ # fdatasync is not implemented on OpenBSD
+ 'sources/': [ ['exclude', '^test/test_file_util_linux.cc$'] ],
+ },
+ ],
+ ],
},
],
'conditions': [