aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libchm/files/arm-guess.patch
blob: b524c81aacd0a61d3d5d0f64b425de0e36753cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- /tmp/chm_lib.c	2006-08-13 12:29:15.000000000 +0200
+++ chmlib-0.38/src/chm_lib.c	2006-08-13 12:29:43.148306000 +0200
@@ -160,7 +160,8 @@
 /* Sparc        */
 /* MIPS         */
 /* PPC          */
-#elif __i386__ || __sun || __sgi || __ppc__
+/* ARM		*/
+#elif __i386__ || __sun || __sgi || __ppc__ || __arm__
 typedef unsigned char           UChar;
 typedef short                   Int16;
 typedef unsigned short          UInt16;