aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-third__party_sqlite_BUILD.gn
blob: 12e24499246adcc911d4a89f021480ee1fcb7083 (plain) (tree)
1
2
3
4
5
6
7
8
                                                               
                               
                                               
        
      
    

                                              


                                                                         
--- third_party/sqlite/BUILD.gn.orig	2021-12-31 00:58:29 UTC
+++ third_party/sqlite/BUILD.gn
@@ -142,7 +142,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