misc/concourse: Fix build on aarch64

Approved by:	portmgr (build fix blanket)
This commit is contained in:
Mikael Urankar 2021-09-14 15:18:12 +02:00
parent 16b65b96a1
commit d4f6b67813

View file

@ -0,0 +1,16 @@
--- vendor/github.com/creack/pty/ztypes_freebsd_arm64.go.orig 2020-06-09 19:34:35 UTC
+++ vendor/github.com/creack/pty/ztypes_freebsd_arm64.go
@@ -0,0 +1,13 @@
+// Created by cgo -godefs - DO NOT EDIT
+// cgo -godefs types_freebsd.go
+
+package pty
+
+const (
+ _C_SPECNAMELEN = 0x3f
+)
+
+type fiodgnameArg struct {
+ Len int32
+ Buf *byte
+}