[Midnightbsd-cvs] [MidnightBSD/mports] 9d6ab6: lang/spidermonkey78: add icu-uc to pkg-config chec...

Lucas Holt noreply at github.com
Sun May 17 00:12:13 EDT 2026


  Branch: refs/heads/lang/spidermonkey78
  Home:   https://github.com/MidnightBSD/mports
  Commit: 9d6ab672436ed33712432771b5ca2e9d527c94b6
      https://github.com/MidnightBSD/mports/commit/9d6ab672436ed33712432771b5ca2e9d527c94b6
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-17 (Sun, 17 May 2026)

  Changed paths:
    M lang/spidermonkey78/Makefile

  Log Message:
  -----------
  lang/spidermonkey78: add icu-uc to pkg-config check for ICU

ICU 74+ moved icu-uc from a public to a private dependency of icu-i18n
in its pkg-config files. This causes the linker to miss libicuuc, leaving
u_init, icu::UnicodeSet, and related symbols undefined.

Replace the icu-i18n pkg-config module with 'icu-uc icu-i18n' so both
libraries are explicitly linked, mirroring the fix already applied in
lang/spidermonkey128.

Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.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