Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 682170
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- /data/Makefile.in
0
++ /data/Makefile.in
Lines 148-154 Link Here
148
# and convert it to the current type.
148
# and convert it to the current type.
149
ifneq ($(ICUDATA_ARCHIVE),)
149
ifneq ($(ICUDATA_ARCHIVE),)
150
ICUDATA_SOURCE_ARCHIVE = $(OUTDIR)/$(ICUDATA_PLATFORM_NAME).dat
150
ICUDATA_SOURCE_ARCHIVE = $(OUTDIR)/$(ICUDATA_PLATFORM_NAME).dat
151
$(ICUDATA_SOURCE_ARCHIVE): $(ICUDATA_ARCHIVE) $(OUTDIR)
151
$(ICUDATA_SOURCE_ARCHIVE): $(ICUDATA_ARCHIVE)
152
	$(MKINSTALLDIRS) $(OUTDIR)
152
	$(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $(ICUDATA_ARCHIVE) $(ICUDATA_SOURCE_ARCHIVE)
153
	$(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $(ICUDATA_ARCHIVE) $(ICUDATA_SOURCE_ARCHIVE)
153
endif
154
endif
154
else
155
else

Return to bug 682170