Warning, /packaging/flatpak-kde-applications/chmlib-arm.patch is written in an unsupported language. File is not indexed.

0001 diff -urN a/src/chm_lib.c b/src/chm_lib.c
0002 --- a/src/chm_lib.c     2009-05-23 08:43:31.000000000 -0600
0003 +++ b/src/chm_lib.c     2015-07-18 14:15:00.588557608 -0600
0004 @@ -153,7 +153,7 @@
0005  /* Sparc        */
0006  /* MIPS         */
0007  /* PPC          */
0008 -#elif __i386__ || __sun || __sgi || __ppc__
0009 +#elif __i386__ || __sun || __sgi || __ppc__ || __arm__
0010  typedef unsigned char           UChar;
0011  typedef short                   Int16;
0012  typedef unsigned short          UInt16;
0013 @@ -164,7 +164,7 @@
0014  
0015  /* x86-64 */
0016  /* Note that these may be appropriate for other 64-bit machines. */
0017 -#elif __x86_64__ || __ia64__
0018 +#elif __x86_64__ || __ia64__ || __aarch64__
0019  typedef unsigned char           UChar;
0020  typedef short                   Int16;
0021  typedef unsigned short          UInt16;