Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
ftbfs_alpha_ia64.patch | Do not pass -m64 to alpha, ia64 or riscv64 builds. =================================================================== |
Jordi Mallach <jordi@debian.org> | no | 2021-09-25 | ||
python3.patch | do not assume python points to python3. =================================================================== |
Jordi Mallach <jordi@debian.org> | no | Debian | ||
hurd.patch | Several FTBFS fixes for Hurd systems. =================================================================== |
Jordi Mallach <jordi@debian.org> | no | |||
sphinx_mathjax_location.patch | Use the packaged version of MathJax. Avoid a privacy breach by using the packaged version of libjs-mathjax in the generated sphinx docs. =================================================================== |
Jordi Mallach <jordi@debian.org> | no | |||
0003-Disable-hardware-acceleration-support-on-armel.patch | Disable hardware acceleration support on armel Use "__ARM_ARCH" to split "armel" and "armhf". ARM v7 feature breaks ARM v5 compiler because the feature is not supported by ARM v5 compiler. __ARM_ARCH: armel = 5 armhf = 7 =================================================================== |
YOKOTA Hiroshi <yokota.hgml@gmail.com> | yes | 2021-09-14 | ||
0004-Guard-ARM-v8-feature-from-old-architecture.patch | Guard ARM v8 feature from old architecture =================================================================== |
YOKOTA Hiroshi <yokota.hgml@gmail.com> | yes | 2021-10-13 | ||
fix-922619.patch | Fix FTBFS on power "not a constant expression"There are some explanation upstream : https://github.com/mamedev/mame/issues/3157 and this probably due to the fact that IBM 128bit long double format is not constant folded. I slighlty rewrote ""_kHz_XTAL(long double clock) and ""_MHz_XTAL(long double clock) the way ""_kHz_XTAL(unsigned long long clock) and ""_MHz_XTAL(unsigned long long clock) which makes the compiler happy. Also including an upstream change about rounding to get same results as on x86 : https://github.com/mamedev/mame/pull/5164 |
Frédéric Bonnard <frediz@debian.org> | no |