CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/06/25 13:21:54
Modified files:
x11/blackbox : Makefile
Added files:
x11/blackbox/patches: patch-lib_Unicode_hh
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://releases.llvm.org/19.1.0/projects/libcxx/docs/ReleaseNotes.html
