089acff6fe
+ switch from using system sqlite to the bundled one because they have many modifications that are needed + add a new mirror for the distfile because the google one is utterly slow
18 lines
498 B
Plaintext
18 lines
498 B
Plaintext
$OpenBSD: patch-base_base_gyp,v 1.4 2011/04/29 13:18:01 robert Exp $
|
|
--- base/base.gyp.orig Tue Apr 26 10:01:34 2011
|
|
+++ base/base.gyp Thu Apr 28 11:17:48 2011
|
|
@@ -242,6 +242,13 @@
|
|
],
|
|
}],
|
|
],
|
|
+ 'conditions': [
|
|
+ [ 'OS == "openbsd"', {
|
|
+ # fdatasync is not implemented on OpenBSD
|
|
+ 'sources/': [ ['exclude', '^test/test_file_util_linux.cc$'] ],
|
|
+ },
|
|
+ ],
|
|
+ ],
|
|
},
|
|
{
|
|
'target_name': 'test_support_base',
|