Codebase list keyman-keyboardprocessor / de0ab73
generic 64 bit not just amd64 glasseyes 5 years ago
3 changed file(s) with 14 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11
22 * add 0001-Newer-compilers-are-complaining-about-catching-std-e.patch
33 from upstream master to d/patches
4 * d/patches/0002-generic64bit
5 check for __LP64__ instead of amd64 only
46
57 -- Daniel Glassey <wdg@debian.org> Mon, 14 Jan 2019 09:52:25 +0700
68
0 --- a/src/kmx/kmx_base.h
1 +++ b/src/kmx/kmx_base.h
2 @@ -10,7 +10,7 @@
3 #define strncasecmp _strnicmp
4 #endif
5
6 -#if __x86_64__
7 +#if defined(__LP64__) || defined(_LP64)
8 /* 64-bit, g++ */
9 #define KMX_64BIT
10 #endif
0 0002-generic64bit.patch
01 0001-Newer-compilers-are-complaining-about-catching-std-e.patch