CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/07/25 05:30:55
Modified files:
comms/hamlib : Makefile
comms/hamlib/patches: patch-lib_precise_time_c
Log message:
Use clock_gettime(CLOCK_MONOTONIC) instead of an x86-specific fallback
Should always be available with POSIX 2008 / Issue 7, so the patch could
be pushed upstream. Fixes build at least on arm64 and sparc64.
ok sthen@
