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
13 lines
554 B
Plaintext
13 lines
554 B
Plaintext
$OpenBSD: patch-third_party_sqlite_sqlite_gyp,v 1.3 2011/04/29 13:18:02 robert Exp $
|
|
--- third_party/sqlite/sqlite.gyp.orig Fri Apr 29 08:24:50 2011
|
|
+++ third_party/sqlite/sqlite.gyp Fri Apr 29 08:25:01 2011
|
|
@@ -233,7 +233,7 @@
|
|
}, { # else: OS!="win"
|
|
'sources/': [['exclude', '_(w32|win)\\.cc?$']],
|
|
}],
|
|
- ['OS=="linux"', {
|
|
+ ['OS=="linux" or OS=="openbsd"', {
|
|
'cflags': [
|
|
# SQLite doesn't believe in compiler warnings,
|
|
# preferring testing.
|