mirror of
https://abf.rosa.ru/djam/icu.git
synced 2025-02-23 19:02:50 +00:00
fix e2k
This commit is contained in:
parent
84c375f935
commit
32fbcc3123
3 changed files with 13 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,5 +1,3 @@
|
|||
sources:
|
||||
icu4c-65_1-docs.zip: d5719d6e085a2fabc77a3198012416e1c681e64f
|
||||
icu4c-65_1-src.tgz: d1e6b58aea606894cfb2495b6eb1ad533ccd2a25
|
||||
icu4c-67_1-docs.zip: 2dcfa590bd06c90fd77ac49e8715cbfcaf168cda
|
||||
icu4c-67_1-src.tgz: 6822a4a94324d1ba591b3e8ef084e4491af253c1
|
||||
|
|
12
double-conversion-e2k.patch
Normal file
12
double-conversion-e2k.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff --git a/source/i18n/double-conversion-utils.h b/source/i18n/double-conversion-utils.h
|
||||
index 8c6a0e1..6dc562f 100644
|
||||
--- a/source/i18n/double-conversion-utils.h
|
||||
+++ b/source/i18n/double-conversion-utils.h
|
||||
@@ -117,6 +117,7 @@ int main(int argc, char** argv) {
|
||||
#if defined(_M_X64) || defined(__x86_64__) || \
|
||||
defined(__ARMEL__) || defined(__avr32__) || defined(_M_ARM) || defined(_M_ARM64) || \
|
||||
defined(__hppa__) || defined(__ia64__) || \
|
||||
+ defined(__e2k__) || \
|
||||
defined(__mips__) || \
|
||||
defined(__nios2__) || \
|
||||
defined(__powerpc__) || defined(__ppc__) || defined(__ppc64__) || \
|
1
icu.spec
1
icu.spec
|
@ -33,6 +33,7 @@ Url: http://www.icu-project.org/index.html
|
|||
Source0: https://github.com/unicode-org/icu/releases/download/release-%{dashedver}/icu4c-%{tarballver}-src.tgz
|
||||
Source1: https://github.com/unicode-org/icu/releases/download/release-%{dashedver}/icu4c-%{tarballver}-docs.zip
|
||||
Patch0: icu-61.1-DESTDIR.patch
|
||||
Patch1: double-conversion-e2k.patch
|
||||
BuildRequires: doxygen
|
||||
|
||||
%description
|
||||
|
|
Loading…
Add table
Reference in a new issue