mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Changelog: - https://github.com/bitwarden/clients/releases/tag/cli-v2025.1.2 - https://github.com/bitwarden/clients/releases/tag/cli-v2025.1.3 - https://github.com/bitwarden/clients/releases/tag/cli-v2025.2.0 - https://github.com/bitwarden/clients/releases/tag/cli-v2025.3.0 - https://github.com/bitwarden/clients/releases/tag/cli-v2025.4.0 Reported by: GitHub (watch releases)
12 lines
440 B
Python
12 lines
440 B
Python
--- configure.py.orig 2024-10-16 14:36:50 UTC
|
|
+++ configure.py
|
|
@@ -1876,7 +1876,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.''')
|