Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37742294
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-mcst-e2k-sparc.patch
Download


diff -Naur chmlib-0.40-orig/src/chm_lib.c chmlib-0.40/src/chm_lib.c
--- chmlib-0.40-orig/src/chm_lib.c	2011-03-28 21:39:27.000000000 +0400
+++ chmlib-0.40/src/chm_lib.c	2017-09-10 09:46:14.813629054 +0300
@@ -173,6 +173,24 @@
 typedef long                    Int64;
 typedef unsigned long           UInt64;
 
+#elif __e2k__
+typedef unsigned char           UChar;
+typedef short                   Int16;
+typedef unsigned short          UInt16;
+typedef int                     Int32;
+typedef unsigned int            UInt32;
+typedef long                    Int64;
+typedef unsigned long           UInt64;
+
+#elif __sparc__
+typedef unsigned char           UChar;
+typedef short                   Int16;
+typedef unsigned short          UInt16;
+typedef int                     Int32;
+typedef unsigned int            UInt32;
+typedef long                    Int64;
+typedef unsigned long           UInt64;
+
 #else
 
 /* yielding an error is preferable to yielding incorrect behavior */
 
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