mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
security/bitwarden-cli: fix build with ICU 76
Obtained from: https://cgit.freebsd.org/ports/commit/?id=45b52cec21e67673c5990eded07125f873839e55
This commit is contained in:
parent
e04f41e0ea
commit
63e10fe43b
1 changed files with 11 additions and 0 deletions
11
security/bitwarden-cli/files/node/patch-configure.py
Normal file
11
security/bitwarden-cli/files/node/patch-configure.py
Normal file
|
@ -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.''')
|
Loading…
Add table
Reference in a new issue