[Midnightbsd-cvs] [MidnightBSD/mports] a39eff: lang/spidermonkey78: add icu-uc to pkg-config chec...
Lucas Holt
noreply at github.com
Sun May 17 00:13:28 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: a39eff5d98aa07c80ac858edd4faa51a0b26e59a
https://github.com/MidnightBSD/mports/commit/a39eff5d98aa07c80ac858edd4faa51a0b26e59a
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 (#213)
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