SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
www/chromium/patches/patch-build_detect_host_arch_py
Normal file
12
www/chromium/patches/patch-build_detect_host_arch_py
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: build/detect_host_arch.py
|
||||
--- build/detect_host_arch.py.orig
|
||||
+++ build/detect_host_arch.py
|
||||
@@ -20,6 +20,8 @@ def HostArch():
|
||||
host_arch = 'ia32'
|
||||
elif host_arch in ['x86_64', 'amd64']:
|
||||
host_arch = 'x64'
|
||||
+ elif host_arch.startswith('arm64'):
|
||||
+ host_arch = 'arm64'
|
||||
elif host_arch.startswith('arm'):
|
||||
host_arch = 'arm'
|
||||
elif host_arch.startswith('aarch64'):
|
Loading…
Add table
Add a link
Reference in a new issue