]> git.pld-linux.org Git - packages/chmlib.git/commitdiff
- add support to ppc/sparc.
authorundefine <undefine@pld-linux.org>
Sat, 8 Nov 2003 09:01:16 +0000 (09:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chmlib-sparcppc.patch -> 1.1

chmlib-sparcppc.patch [new file with mode: 0644]

diff --git a/chmlib-sparcppc.patch b/chmlib-sparcppc.patch
new file mode 100644 (file)
index 0000000..8a59e67
--- /dev/null
@@ -0,0 +1,11 @@
+--- chm_lib.c~ 2002-10-10 05:25:54.000000000 +0200
++++ chm_lib.c  2003-11-08 09:53:23.000000000 +0100
+@@ -142,7 +142,7 @@
+ /* I386, 32-bit, non-Windows */
+ /* Sparc        */
+ /* MIPS         */
+-#elif __i386__ || __sun || __sgi
++#elif __i386__ || __sun || __sgi || __sparc__ || __ppc__
+ typedef unsigned char           UChar;
+ typedef short                   Int16;
+ typedef unsigned short          UInt16;
This page took 0.078812 seconds and 4 git commands to generate.