mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 07:40:40 -04:00
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
11 lines
346 B
Text
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
|