diff options
| author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-02-24 22:11:45 +0900 |
|---|---|---|
| committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-02-24 22:13:01 +0900 |
| commit | 63e10fe43be5f09c6fd89687742d87192d2b75f5 (patch) | |
| tree | 7e391a532b849c44f512447a95feb9d627e64c55 /security/bitwarden-cli/files/node | |
| parent | textproc/mdq: New port: Like jq but for Markdown: find specific elements in a... (diff) | |
security/bitwarden-cli: fix build with ICU 76
Obtained from: https://cgit.freebsd.org/ports/commit/?id=45b52cec21e67673c5990eded07125f873839e55
Diffstat (limited to 'security/bitwarden-cli/files/node')
| -rw-r--r-- | security/bitwarden-cli/files/node/patch-configure.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/bitwarden-cli/files/node/patch-configure.py b/security/bitwarden-cli/files/node/patch-configure.py new file mode 100644 index 000000000000..7d44850721fc --- /dev/null +++ b/security/bitwarden-cli/files/node/patch-configure.py @@ -0,0 +1,11 @@ +--- configure.py.orig 2024-10-03 09:20:49 UTC ++++ configure.py +@@ -1829,7 +1829,7 @@ def configure_intl(o): + elif with_intl == 'system-icu': + # ICU from pkg-config. + o['variables']['v8_enable_i18n_support'] = 1 +- pkgicu = pkg_config('icu-i18n') ++ pkgicu = pkg_config(['icu-i18n', 'icu-uc']) + if not pkgicu[0]: + error('''Could not load pkg-config data for "icu-i18n". + See above errors or the README.md.''') |
