[Midnightbsd-cvs] [MidnightBSD/mports] 242d0a: textproc/scim-openvanilla: Fix build with modern C...
Lucas Holt
noreply at github.com
Thu May 28 09:37:34 EDT 2026
Branch: refs/heads/textproc/scim-openvanilla
Home: https://github.com/MidnightBSD/mports
Commit: 242d0a4f2b2d99c246eda09cd344a9a726c67ed1
https://github.com/MidnightBSD/mports/commit/242d0a4f2b2d99c246eda09cd344a9a726c67ed1
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-28 (Thu, 28 May 2026)
Changed paths:
M textproc/scim-openvanilla/Makefile
Log Message:
-----------
textproc/scim-openvanilla: Fix build with modern C++ standard libraries
Update LICENSE to mit.
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