diff options
Diffstat (limited to '')
-rw-r--r-- | www/node18/files/patch-icu | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/node18/files/patch-icu b/www/node18/files/patch-icu deleted file mode 100644 index aef92b469ff6..000000000000 --- a/www/node18/files/patch-icu +++ /dev/null @@ -1,13 +0,0 @@ -Obtained from: https://github.com/nodejs/node/commit/81517faceac86497b3c8717837f491aa29a5e0f9 - ---- configure.py.orig 2024-11-12 00:42:39 UTC -+++ configure.py -@@ -1763,7 +1763,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.''') |