MFH: r498770
devel/icu: unbreak on big-endian after r496981 gmake[2]: *** No rule to make target 'out', needed by 'out/icudt64b.dat'. Stop. gmake[2]: Leaving directory '/usr/ports/devel/icu/work/icu/source/data' PR: 236860 Reported by: Piotr Kubaj, pkg-fallout Obtained from: Gentoo Approved by: ports-secteam blanket
This commit is contained in:
parent
bef1ed3bc3
commit
9dc3d18216
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=498771
12
devel/icu/files/patch-data_Makefile.in
Normal file
12
devel/icu/files/patch-data_Makefile.in
Normal file
@ -0,0 +1,12 @@
|
||||
--- data/Makefile.in.orig 2019-03-27 18:47:14 UTC
|
||||
+++ data/Makefile.in
|
||||
@@ -148,7 +148,8 @@ ICUDATA_ARCHIVE = $(firstword $(wildcard $(srcdir)/in/
|
||||
# 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
|
Loading…
Reference in New Issue
Block a user