Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
ftbfs_alpha_ia64.patch | Do not pass -m64 to alpha or ia64 builds. =================================================================== |
Jordi Mallach <jordi@debian.org> | no | |||
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 | |||
kfreebsd_dirent.h_path.patch | diff --git a/3rdparty/bx/include/compat/freebsd/dirent.h b/3rdparty/bx/include/compat/freebsd/dirent.h index b4f586b..5f52d2d 100644 |
no | ||||
sphinx_remove_unresolved_module.patch | Remove sphinxcontrib.rsvgconverter, which seems nowhere to be found (at least on Ubuntu). =================================================================== |
Cesare Falco <c.falco@ubuntu.com> | no | |||
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 |