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