ports/www/chromium/files/patch-third__party_sqlite_BUILD.gn
Carlos J. Puga Medina 4931d3869a www/chromium: Update to 76.0.3809.100
Changelog: https://chromium.googlesource.com/chromium/src/+log/75.0.3770.142..76.0.3809.100?pretty=fuller&n=10000

Submitted by:	Matthias Wolf <matthias@rheinwolf.de>
MFH:		2019Q3
2019-08-12 10:39:48 +00:00

11 lines
346 B
Text

--- third_party/sqlite/BUILD.gn.orig 2019-07-24 18:59:14 UTC
+++ third_party/sqlite/BUILD.gn
@@ -258,7 +258,7 @@ config("sqlite_warnings") {
]
}
}
- if (is_linux) {
+ if (is_linux && !is_bsd) {
cflags += [
# SQLite doesn't believe in compiler warnings, preferring testing.
# http://www.sqlite.org/faq.html#q17