summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-sandbox_BUILD.gn
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2019-01-07 19:47:18 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2019-01-07 19:47:18 +0000
commitab34cf48c6364f23214d9242e83eefd174f7f820 (patch)
treece7704d873ee687272322780c46fc9ddee28a619 /www/chromium/files/patch-sandbox_BUILD.gn
parent- Add CONFLICTS for security/snort3 (diff)
www/chromium: Update to 71.0.3578.98
Changelog: https://chromium.googlesource.com/chromium/src/+log/68.0.3440.106..71.0.3578.98?pretty=fuller&n=10000 PR: 233990 Submitted by: Matthias Wolf <freebsd@rheinwolf.de> Reported by: nikolaibitinit@gmail.com Reviewed by: rene, cpm Approved by: rene, cpm MFH: 2019Q1 Security: http://vuxml.freebsd.org/freebsd/546d4dd4-10ea-11e9-b407-080027ef1a23.html Security: http://vuxml.freebsd.org/freebsd/720590df-10eb-11e9-b407-080027ef1a23.html
Diffstat (limited to 'www/chromium/files/patch-sandbox_BUILD.gn')
-rw-r--r--www/chromium/files/patch-sandbox_BUILD.gn11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-sandbox_BUILD.gn b/www/chromium/files/patch-sandbox_BUILD.gn
deleted file mode 100644
index 70f637ed927f..000000000000
--- a/www/chromium/files/patch-sandbox_BUILD.gn
+++ /dev/null
@@ -1,11 +0,0 @@
---- sandbox/BUILD.gn.orig 2017-08-02 15:41:12.498502000 +0200
-+++ sandbox/BUILD.gn 2017-08-02 15:42:43.975385000 +0200
-@@ -24,7 +24,7 @@
- "//sandbox/mac:sandbox",
- "//sandbox/mac:seatbelt",
- ]
-- } else if (is_linux || is_android) {
-+ } else if ((is_linux && !is_bsd) || is_android) {
- public_deps = [
- "//sandbox/linux:sandbox",
- ]