diff options
Diffstat (limited to 'www/chromium/patches/patch-third_party_sqlite_BUILD_gn')
| -rw-r--r-- | www/chromium/patches/patch-third_party_sqlite_BUILD_gn | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/chromium/patches/patch-third_party_sqlite_BUILD_gn b/www/chromium/patches/patch-third_party_sqlite_BUILD_gn deleted file mode 100644 index 7f06d86..0000000 --- a/www/chromium/patches/patch-third_party_sqlite_BUILD_gn +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | Index: third_party/sqlite/BUILD.gn | ||
| 2 | --- third_party/sqlite/BUILD.gn.orig | ||
| 3 | +++ third_party/sqlite/BUILD.gn | ||
| 4 | @@ -142,7 +142,7 @@ config("sqlite_warnings") { | ||
| 5 | ] | ||
| 6 | } | ||
| 7 | } | ||
| 8 | - if (is_linux || is_chromeos) { | ||
| 9 | + if ((is_linux || is_chromeos) && !is_bsd) { | ||
| 10 | cflags += [ | ||
| 11 | # SQLite doesn't believe in compiler warnings, preferring testing. | ||
| 12 | # http://www.sqlite.org/faq.html#q17 | ||
