mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
11 lines
378 B
Text
11 lines
378 B
Text
--- third_party/sqlite/BUILD.gn.orig 2025-03-05 08:14:56 UTC
|
|
+++ third_party/sqlite/BUILD.gn
|
|
@@ -155,7 +155,7 @@ config("sqlite_warnings") {
|
|
]
|
|
}
|
|
}
|
|
- if (is_linux || is_chromeos) {
|
|
+ if ((is_linux || is_chromeos) && !is_bsd) {
|
|
cflags += [
|
|
# SQLite doesn't believe in compiler warnings, preferring testing.
|
|
# http://www.sqlite.org/faq.html#q17
|