[Midnightbsd-cvs] [MidnightBSD/mports] 1a57eb: textproc/scim-kmfl-imengine: Fix build with modern...

Lucas Holt noreply at github.com
Thu May 28 09:31:49 EDT 2026


  Branch: refs/heads/textproc/scim-kmfl-imengine
  Home:   https://github.com/MidnightBSD/mports
  Commit: 1a57eb9229a5e34a93f204763f02b067b0c0182f
      https://github.com/MidnightBSD/mports/commit/1a57eb9229a5e34a93f204763f02b067b0c0182f
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-28 (Thu, 28 May 2026)

  Changed paths:
    M textproc/scim-kmfl-imengine/Makefile

  Log Message:
  -----------
  textproc/scim-kmfl-imengine: 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