Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37884091
en ru br
ALT Linux repositórios
S:0.40-alt7
5.0: 0.39-alt3
4.1: 0.39-alt1
4.0: 0.39-alt1
3.0: 0.35-alt2

Group :: Sistema/Bibliotecas
RPM: libchm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: chmlib-0.40-arm.patch
Download


--- chmlib-0.40/src/chm_lib.c~	2018-04-11 16:24:00.510826960 +0300
+++ chmlib-0.40/src/chm_lib.c	2018-04-11 16:27:08.169950468 +0300
@@ -153,7 +153,7 @@ typedef unsigned __int64        UInt64;
 /* Sparc        */
 /* MIPS         */
 /* PPC          */
-#elif __i386__ || __sun || __sgi || __ppc__ || __powerpc__
+#elif __arm__ || __i386__ || __sun || __sgi || __ppc__ || __powerpc__
 typedef unsigned char           UChar;
 typedef short                   Int16;
 typedef unsigned short          UInt16;
@@ -164,7 +164,7 @@ typedef unsigned long long      UInt64;
 
 /* x86-64 */
 /* Note that these may be appropriate for other 64-bit machines. */
-#elif __x86_64__ || __ia64__
+#elif __aarch64__ || __x86_64__ || __ia64__
 typedef unsigned char           UChar;
 typedef short                   Int16;
 typedef unsigned short          UInt16;
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009