diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-03-17 23:42:52 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-03-17 23:42:52 +0000 |
commit | e292ba0099ecff2e3e31fcb6cac28ac8e243c43d (patch) | |
tree | 1b74950e1b5750f688522886a8b73c01e56a18c5 /www/chromium/files/patch-printing_BUILD.gn | |
parent | games/openra: update GeoLite2 to March snapshot (diff) |
www/chromium: update to 57.0.2987.110
MFH: 2017Q1
Security: https://vuxml.freebsd.org/freebsd/a505d397-0758-11e7-8d8b-e8e0b747a45a.html
Diffstat (limited to 'www/chromium/files/patch-printing_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-printing_BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-printing_BUILD.gn b/www/chromium/files/patch-printing_BUILD.gn index 266028c1967c..65262b263bfe 100644 --- a/www/chromium/files/patch-printing_BUILD.gn +++ b/www/chromium/files/patch-printing_BUILD.gn @@ -1,6 +1,6 @@ ---- printing/BUILD.gn.orig 2017-01-26 00:49:17 UTC +--- printing/BUILD.gn.orig 2017-03-09 20:04:35 UTC +++ printing/BUILD.gn -@@ -129,7 +129,7 @@ component("printing") { +@@ -137,7 +137,7 @@ component("printing") { if (use_cups) { configs += [ ":cups" ] @@ -9,7 +9,7 @@ # rebase_path does not accept an empty string if (use_sysroot) { cups_sysroot = rebase_path(sysroot) -@@ -206,7 +206,7 @@ component("printing") { +@@ -214,7 +214,7 @@ component("printing") { "printing_context_no_system_dialog.cc", "printing_context_no_system_dialog.h", ] |