aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-03-31 23:19:26 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-03-31 23:19:26 +0000
commit806c3113cc7b5b8954c99deb4cf5f886c7937f80 (patch)
tree2712ba825f9175982e990b209af1e9c7f1086171 /security
parent0524923c5a1126905551eb77dc3aadfeb15a2648 (diff)
downloadports-806c3113cc7b5b8954c99deb4cf5f886c7937f80.tar.gz
ports-806c3113cc7b5b8954c99deb4cf5f886c7937f80.zip
Fix build on aarch64
Notes
Notes: svn path=/head/; revision=530183
Diffstat (limited to 'security')
-rw-r--r--security/keybase/files/patch-vendor-golang.org-x-sys-unix-ztypes_freebsd_arm64.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/keybase/files/patch-vendor-golang.org-x-sys-unix-ztypes_freebsd_arm64.go b/security/keybase/files/patch-vendor-golang.org-x-sys-unix-ztypes_freebsd_arm64.go
new file mode 100644
index 000000000000..ba20c450f784
--- /dev/null
+++ b/security/keybase/files/patch-vendor-golang.org-x-sys-unix-ztypes_freebsd_arm64.go
@@ -0,0 +1,13 @@
+Obtained from: https://github.com/golang/sys/commit/33540a1f603772f9d4b761f416f5c10dade23e96
+
+--- vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go.orig 2020-03-10 17:25:08 UTC
++++ vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go
+@@ -397,7 +397,7 @@ type Reg struct {
+ }
+
+ type FpReg struct {
+- Fp_q [32]uint128
++ Fp_q [512]uint8
+ Fp_sr uint32
+ Fp_cr uint32
+ }