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