ports/lang/go/patches/patch-src_syscall_exec_bsd_go

13 lines
324 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/syscall/exec_bsd.go
--- src/syscall/exec_bsd.go.orig
+++ src/syscall/exec_bsd.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build dragonfly || netbsd || (openbsd && mips64)
+//go:build dragonfly || netbsd
package syscall