CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/06/05 03:01:33
Modified files:
audio/ario : Makefile
Added files:
audio/ario/patches:
patch-src_preferences_ario-server-preferences_c
Log message:
audio/ario: fix build with llvm 22
Switch a variable from long to time_t, so it has the correct type to pass
to ctime(3). Since the time is obtained through a few abstraction layers
using long, this would require too much patching to become 2038 clean.
