diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-13 23:36:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-13 23:36:09 +0000 |
commit | 93e671c457c4c0f9f7fc944a9aa9cb93957a2032 (patch) | |
tree | fda5a49bc785cf7b7ab9d8e072bd3528af704f7d /Build/source/libs | |
parent | 60ca60a67219386fcd71216ba176754cde3e7e3e (diff) |
missed commit of new file
git-svn-id: svn://tug.org/texlive/trunk@53397 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rw-r--r-- | Build/source/libs/icu/TLpatches/patch-04-data-makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Build/source/libs/icu/TLpatches/patch-04-data-makefile b/Build/source/libs/icu/TLpatches/patch-04-data-makefile new file mode 100644 index 00000000000..ccf704f7f58 --- /dev/null +++ b/Build/source/libs/icu/TLpatches/patch-04-data-makefile @@ -0,0 +1,15 @@ + This is needed on Solaris. + https://unicode-org.atlassian.net/browse/ICU-20852 + +--- source/data/Makefile.in (revision 53392) ++++ source/data/Makefile.in (working copy) +@@ -148,7 +148,8 @@ ICUDATA_ARCHIVE = $(firstword $(wildcard $(srcdir) + # 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 |