[Midnightbsd-cvs] [MidnightBSD/mports] 01c557: textproc/scim-m17n: Fix build with modern C++ stan...
Lucas Holt
noreply at github.com
Thu May 28 09:35:33 EDT 2026
Branch: refs/heads/textproc/scim-m17n
Home: https://github.com/MidnightBSD/mports
Commit: 01c557bc66323e95956790d6990f24cfd6be6c92
https://github.com/MidnightBSD/mports/commit/01c557bc66323e95956790d6990f24cfd6be6c92
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-28 (Thu, 28 May 2026)
Changed paths:
M textproc/scim-m17n/Makefile
Log Message:
-----------
textproc/scim-m17n: Fix build with modern C++ standard libraries
Add LICENSE=gpl2.
Define __STDC_ISO_10646__ in CPPFLAGS so that SCIM's WideString is defined as std::wstring rather than std::basic_string<unsigned int>. This resolves the implicit instantiation of undefined template 'std::char_traits<unsigned int>' error.
AI-Assisted-by: Gemini 3.5 Flash <noreply at google.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list