freebsd-ports/www/chromium/files/patch-third__party_sqlite_BUILD.gn
Joseph Mingrone 8f6dc7d1dd www/chromium: Update to version 83.0.4103.61
Submitted by:	Matthias Wolf <freebsd@rheinwolf.de>
Reviewed by:	rene
Approved by:    chromium@ (rene)
Obtained from:	https://github.com/gliaskos/freebsd-chromium
MFH:		2020Q2
Security:	https://chromereleases.googleblog.com/2020/05/stable-channel-update-for-desktop.html
Differential Revision:	https://reviews.freebsd.org/D25102
2020-06-02 20:30:55 +00:00

11 lines
346 B
Text

--- third_party/sqlite/BUILD.gn.orig 2020-05-13 18:40:36 UTC
+++ third_party/sqlite/BUILD.gn
@@ -138,7 +138,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