aboutsummaryrefslogblamecommitdiff
path: root/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_sqlite_BUILD.gn
blob: db3b7f6f40833106569d784c307e0aad9ee1ec7f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                                       
                                                     

                                               
      
    
                  



                                                                         
--- src/3rdparty/chromium/third_party/sqlite/BUILD.gn.orig	2019-01-16 10:59:47 UTC
+++ src/3rdparty/chromium/third_party/sqlite/BUILD.gn
@@ -188,7 +188,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