summaryrefslogtreecommitdiffstats
path: root/icu-64.1-data_archive_generation.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-07-01 14:03:00 +0200
committerRemi Collet <remi@remirepo.net>2020-07-01 14:04:51 +0200
commitb2566771ca22c2659e63357cfaa1f58d0f429d45 (patch)
treec6f8584ce77c3e4e76022dc20acb09fcd5b98080 /icu-64.1-data_archive_generation.patch
parentf62e790469c583788c9de4ec0e7b9d375698737a (diff)
update to 65.1 https://github.com/remicollet/remirepo/issues/153
Diffstat (limited to 'icu-64.1-data_archive_generation.patch')
-rw-r--r--icu-64.1-data_archive_generation.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/icu-64.1-data_archive_generation.patch b/icu-64.1-data_archive_generation.patch
new file mode 100644
index 0000000..48ddcd9
--- /dev/null
+++ b/icu-64.1-data_archive_generation.patch
@@ -0,0 +1,14 @@
+https://bugs.gentoo.org/682170
+
+--- a/source/data/Makefile.in
++++ b/source/data/Makefile.in
+@@ -148,7 +148,8 @@
+ # and convert it to the current type.
+ ifneq ($(ICUDATA_ARCHIVE),)
+ ICUDATA_SOURCE_ARCHIVE = $(OUTDIR)/$(ICUDATA_PLATFORM_NAME).dat
+-$(ICUDATA_SOURCE_ARCHIVE): $(ICUDATA_ARCHIVE) $(OUTDIR)
++$(ICUDATA_SOURCE_ARCHIVE): $(ICUDATA_ARCHIVE)
++ $(MKINSTALLDIRS) $(OUTDIR)
+ $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $(ICUDATA_ARCHIVE) $(ICUDATA_SOURCE_ARCHIVE)
+ endif
+ else