diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-05-08 09:25:07 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-05-08 09:25:07 +0200 |
commit | aeb99d834f4debc64eb25c68cd092049f4427bde (patch) | |
tree | a6fe21c85c2c577a02a0085cd50b6a487609aff1 /dev-libs/icu-layoutex | |
parent | net-libs/nodejs: Old (diff) | |
download | gentoo-aeb99d834f4debc64eb25c68cd092049f4427bde.tar.gz gentoo-aeb99d834f4debc64eb25c68cd092049f4427bde.tar.bz2 gentoo-aeb99d834f4debc64eb25c68cd092049f4427bde.zip |
qdev-libs/icu-layoutex: Added big-endian build fix.
Closes: https://bugs.gentoo.org/682444
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-libs/icu-layoutex')
-rw-r--r-- | dev-libs/icu-layoutex/files/icu-layoutex-64.1-data_archive_generation.patch | 14 | ||||
-rw-r--r-- | dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/icu-layoutex/files/icu-layoutex-64.1-data_archive_generation.patch b/dev-libs/icu-layoutex/files/icu-layoutex-64.1-data_archive_generation.patch new file mode 100644 index 000000000000..3bb7673f254a --- /dev/null +++ b/dev-libs/icu-layoutex/files/icu-layoutex-64.1-data_archive_generation.patch @@ -0,0 +1,14 @@ +https://bugs.gentoo.org/682170 + +--- a/data/Makefile.in ++++ b/data/Makefile.in +@@ -148,7 +148,8 @@ + # 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 diff --git a/dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild b/dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild index 9f738852cf9d..efe008f99812 100644 --- a/dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild +++ b/dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild @@ -27,6 +27,7 @@ S="${WORKDIR}/${PN/-layoutex}/source" PATCHES=( "${FILESDIR}/${PN}-58.1-remove-bashisms.patch" + "${FILESDIR}/${PN}-64.1-data_archive_generation.patch" ) src_prepare() { |