From 265ad9632ddde05291545c156d2273bd60424d99 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 16 Nov 2021 11:49:11 -0500 Subject: 94.0 attempt 1 --- use-system-icupkg.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 use-system-icupkg.patch (limited to 'use-system-icupkg.patch') diff --git a/use-system-icupkg.patch b/use-system-icupkg.patch new file mode 100644 index 0000000..99eb4b5 --- /dev/null +++ b/use-system-icupkg.patch @@ -0,0 +1,13 @@ +diff -r 08cd64cdbc3b config/external/icu/data/convert_icudata.py +--- a/config/external/icu/data/convert_icudata.py Fri Jul 17 11:18:09 2020 +0000 ++++ b/config/external/icu/data/convert_icudata.py Sat Jul 18 14:40:33 2020 +0200 +@@ -11,7 +11,7 @@ + subprocess.run( + [ +- os.path.join(buildconfig.topobjdir, "dist", "host", "bin", "icupkg"), ++ "icupkg", + "-tb", + data_file, + output.name, + ] + -- cgit