diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-sandbox_BUILD_gn')
| -rw-r--r-- | www/chromium-uc/patches/patch-sandbox_BUILD_gn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/chromium-uc/patches/patch-sandbox_BUILD_gn b/www/chromium-uc/patches/patch-sandbox_BUILD_gn new file mode 100644 index 0000000..ffbc20e --- /dev/null +++ b/www/chromium-uc/patches/patch-sandbox_BUILD_gn | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | $OpenBSD: patch-sandbox_BUILD_gn,v 1.8 2020/10/22 13:52:54 robert Exp $ | ||
| 2 | |||
| 3 | Index: sandbox/BUILD.gn | ||
| 4 | --- sandbox/BUILD.gn.orig | ||
| 5 | +++ sandbox/BUILD.gn | ||
| 6 | @@ -27,7 +27,7 @@ group("sandbox") { | ||
| 7 | "//sandbox/mac:system_services", | ||
| 8 | "//sandbox/mac/mojom", | ||
| 9 | ] | ||
| 10 | - } else if (is_linux || is_chromeos || is_android) { | ||
| 11 | + } else if ((is_linux && !is_openbsd) || is_chromeos || is_android) { | ||
| 12 | public_deps = [ "//sandbox/linux:sandbox" ] | ||
| 13 | } | ||
| 14 | } | ||
