From d90bf58cf83c548d4ed98f8c6ee55a6b84af0834 Mon Sep 17 00:00:00 2001 From: "Carlos J. Puga Medina" Date: Fri, 5 Apr 2019 12:01:25 +0000 Subject: www/chromium: Update to 73.0.3683.86 - Make existing patches apply cleanly Changelog: https://chromium.googlesource.com/chromium/src/+log/72.0.3626.121..73.0.3683.86?pretty=fuller&n=10000 Submitted by: Matthias Wolf MFH: 2019Q2 --- www/chromium/files/patch-third__party_yasm_BUILD.gn | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 www/chromium/files/patch-third__party_yasm_BUILD.gn (limited to 'www/chromium/files/patch-third__party_yasm_BUILD.gn') diff --git a/www/chromium/files/patch-third__party_yasm_BUILD.gn b/www/chromium/files/patch-third__party_yasm_BUILD.gn deleted file mode 100644 index 4a4b810d4b41..000000000000 --- a/www/chromium/files/patch-third__party_yasm_BUILD.gn +++ /dev/null @@ -1,16 +0,0 @@ ---- third_party/yasm/BUILD.gn.orig 2017-12-15 02:04:50.000000000 +0100 -+++ third_party/yasm/BUILD.gn 2017-12-24 19:31:25.638531000 +0100 -@@ -60,7 +60,12 @@ - # x86insn_nasm.c. These files were previously generated during the build but - # are now shipped pre-generated by yasm. - yasm_gen_include_dir = "$target_gen_dir/gen_include" -- config_makefile = "source/config/Makefile" -+ # Hack for all BSD derivatives use OpenBSD include directory -+ if (is_bsd) { -+ config_makefile = "source/config/openbsd/Makefile" -+ } else { -+ config_makefile = "source/config/$host_os/Makefile" -+ } - version_file = "version.mac" - - import("//build/compiled_action.gni") -- cgit v1.2.3