misc/concourse: Fix build on aarch64
Approved by: portmgr (build fix blanket)
This commit is contained in:
parent
16b65b96a1
commit
d4f6b67813
1 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
+}
|
Loading…
Reference in a new issue