svn commit: r554786 - head/www/chromium/files

Mikael Urankar mikael at FreeBSD.org
Mon Nov 9 18:32:44 UTC 2020


Author: mikael
Date: Mon Nov  9 18:32:44 2020
New Revision: 554786
URL: https://svnweb.freebsd.org/changeset/ports/554786

Log:
  www/chromium: attempt to fix build on aarch64
  
  PR:		246982
  Reported by:	Bob Prohaska
  Approved by:	portmgr (tier-2 blanket)

Added:
  head/www/chromium/files/patch-third__party_zlib_BUILD.gn   (contents, props changed)

Added: head/www/chromium/files/patch-third__party_zlib_BUILD.gn
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/chromium/files/patch-third__party_zlib_BUILD.gn	Mon Nov  9 18:32:44 2020	(r554786)
@@ -0,0 +1,11 @@
+--- third_party/zlib/BUILD.gn.orig	2020-11-09 14:36:38 UTC
++++ third_party/zlib/BUILD.gn
+@@ -88,6 +88,8 @@ if (use_arm_neon_optimizations) {
+       defines = [ "CRC32_ARMV8_CRC32" ]
+       if (is_android) {
+         defines += [ "ARMV8_OS_ANDROID" ]
++      } else if (is_bsd) {
++        defines += [ "ARMV8_OS_FREEBSD" ]
+       } else if (is_linux || is_chromeos) {
+         defines += [ "ARMV8_OS_LINUX" ]
+       } else if (is_mac) {


More information about the svn-ports-all mailing list