- 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
18 lines
479 B
Plaintext
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': [
|