CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/05/19 13:43:24
Modified files:
audio/libcddb : Makefile
audio/libcddb/pkg: PLIST
Added files:
audio/libcddb/patches: patch-lib_cddb_net_c
Log message:
libcddb: fix build with llvm22
switch variable from size_t to socklen_t for use in getsockopt(3) to
appease -Wincompatible-pointer-types
