summaryrefslogtreecommitdiff
path: root/devel/electron5/files/patch-third__party_sqlite_BUILD.gn
blob: edf714137bd6868780ff445b33b7d9185732a692 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/sqlite/BUILD.gn.orig	2019-04-08 08:33:18 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