Files
ports/sysutils/docker-compose/files
Robert Clausecker a359b13818 sysutils/docker-compose: fix build on armv7
On armv7, syscall.Timespec and golang.org/x/sys/unix.Timespec do not
have the same members due to padding in syscall.Timespec.  Work around
this difference by converting field-by-field.

Approved by:	portmgr (build fix blanket)
MFH:		2026Q2
See also:	https://github.com/tonistiigi/fsutil/issues/266
2026-07-08 10:49:11 +02:00
..