CVS: cvs.openbsd.org: ports
Theo Buehler <[email protected]>
| Newsgroups | gmane.os.openbsd.ports.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/08/19 04:01:46 Modified files: devel/fmt : Makefile Added files: devel/fmt/patches: patch-include_fmt_format_h Log message: fmt: fix build with libcxx22, ok sthen fmt relies on pulling in stdlib.h for malloc/free via C++ headers, and this no longer happens with libcxx22. So follow the approach taken by upstream and include it explicitly.