openbsd-ports/www/chromium/patches/patch-third_party_sqlite_sqlite_gyp
robert 089acff6fe update to the latest stable version which is now 11.0.696.60
+ 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
2011-04-29 13:18:01 +00:00

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.