CVSROOT: /cvs Module name: ports Changes by: rsadow...@cvs.openbsd.org 2025/07/11 12:49:24
Modified files: cad/kicad : Makefile Added files: cad/kicad/patches: patch-b_cad_kicad-devel_files_patch-eeschema_sch__io_easyedapro_sch__io__easyedapro_cpp patch-b_cad_kicad-devel_files_patch-thirdparty_compoundfilereader_compoundfilereader_h patch-b_cad_kicad-devel_files_patch-thirdparty_nanodbc_nanodbc_nanodbc_cpp patch-b_cad_kicad_files_patch-thirdparty_compoundfilereader_compoundfilereader_h patch-b_cad_kicad_files_patch-thirdparty_nanodbc_nanodbc_nanodbc_cpp Log message: fix build with libc++ 19 (From FreeBSD) As noted in the libc++ 19 release notes [1], std::char_traits<> is now only provided for char, char8_t, char16_t, char32_t and wchar_t, and any instantiation for other types will fail. [1] https://libcxx.llvm.org/ReleaseNotes/19.html#deprecations-and-removal