icu: fix build on big-endian architectures
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
b59da69081
commit
04309a2b69
1 changed files with 15 additions and 0 deletions
15
srcpkgs/icu/patches/big-endian.patch
Normal file
15
srcpkgs/icu/patches/big-endian.patch
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
Source: https://unicode-org.atlassian.net/browse/ICU-20533
|
||||||
|
Upstream: pending(?)
|
||||||
|
Reason: fix build on big-endian architecture
|
||||||
|
|
||||||
|
--- source/data/Makefile.in 2019-04-17 21:42:15.000000000 +0200
|
||||||
|
+++ source/data/Makefile.in 2019-07-30 17:14:44.272986038 +0200
|
||||||
|
@@ -149,6 +149,7 @@
|
||||||
|
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…
Add table
Add a link
Reference in a new issue