mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
Patch build constraints to include riscv64 on some architecture-dependent source files. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket)
9 lines
204 B
Go
9 lines
204 B
Go
--- watchpid.go.orig 2023-03-25 13:20:09 UTC
|
|
+++ watchpid.go
|
|
@@ -1,5 +1,5 @@
|
|
// +build freebsd netbsd openbsd dragonfly darwin
|
|
-// +build amd64 arm64
|
|
+// +build amd64 arm64 riscv64
|
|
|
|
package immortal
|
|
|