On Thu, 10 Jul 2014 18:40:12 +0800 YunQiang Su <[email protected]> wrote: > Package: open-invaders > Version: 0.3-4 > > diff -Nru open-invaders-0.3/debian/patches/fix_pmask_amd64.patch > open-invaders-0.3/debian/patches/fix_pmask_amd64.patch > --- open-invaders-0.3/debian/patches/fix_pmask_amd64.patch 2011-09-04 > 04:04:47.000000000 +0800 > +++ open-invaders-0.3/debian/patches/fix_pmask_amd64.patch 2014-07-10 > 16:03:13.000000000 +0800 > @@ -7,7 +7,7 @@ > //don't worry about setting it incorrectly > //you'll get a compile error if you do, not a run-time error > -#define MASK_WORD_BITBITS 5 > -+#if defined(__alpha__) || defined(__ia64__) || defined(__x86_64__) > || defined(__s390x__) || (defined(__sparc__) && defined(__arch64__)) > ++#if defined(__alpha__) || defined(__ia64__) || defined(__x86_64__) > || defined(__s390x__) || defined(__mips64) || (defined(__sparc__) && > defined(__arch64__)) > + #define MASK_WORD_BITBITS 6 > +#else > + #define MASK_WORD_BITBITS 5 > >
I NMUed this packages to 5-delay with the attached patch, which fixes arm64, ppc64el, x32 and mips64el.
open-invaders.debdiff
Description: Binary data

