texlive[53397]

commits+karl at tug.org commits+karl at tug.org
Tue Jan 14 00:36:10 CET 2020


Revision: 53397
          http://tug.org/svn/texlive?view=revision&revision=53397
Author:   karl
Date:     2020-01-14 00:36:09 +0100 (Tue, 14 Jan 2020)
Log Message:
-----------
missed commit of new file

Added Paths:
-----------
    trunk/Build/source/libs/icu/TLpatches/patch-04-data-makefile

Added: trunk/Build/source/libs/icu/TLpatches/patch-04-data-makefile
===================================================================
--- trunk/Build/source/libs/icu/TLpatches/patch-04-data-makefile	                        (rev 0)
+++ trunk/Build/source/libs/icu/TLpatches/patch-04-data-makefile	2020-01-13 23:36:09 UTC (rev 53397)
@@ -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


Property changes on: trunk/Build/source/libs/icu/TLpatches/patch-04-data-makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the tex-live-commits mailing list