ports/www/iridium/files/patch-third__party_sqlite_BUILD.gn
Carlos J. Puga Medina 66d46c9897 www/iridium: Update to 2019.04.73
Submitted by:	Matthias Wolf <matthias@rheinwolf.de>
2019-06-18 19:24:43 +00:00

11 lines
346 B
Text

--- third_party/sqlite/BUILD.gn.orig 2019-03-11 22:01:16 UTC
+++ third_party/sqlite/BUILD.gn
@@ -251,7 +251,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