Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
link_against_system_libs.patch | Link against system copies of zlib/libpng/libjpeg/bzip2 | Vincent Cheng <vcheng@debian.org> | not-needed | 2019-06-04 | ||
irrlicht/arch-support.diff | [PATCH] debian/arch-support Building on non-linux architectures currently fails with unpatched irrlicht because irrlicht tries to create Joystick support using linux-specific headers. However there's infrastructure to disable Joystick support, we just need to activate that on non-linux architectures. Additionally if built on a sparc machine irrlicht assumes wrongly it's a solaris system. We fix this wrong assumption as our sparc builds are all on linux. Finally irrlicht exceeds the size constraights for -fpic requiring to build with -fPIC. As upstream doesn't do that we need to fix this for sparc and s390 builds (powerPC?). |
Christoph Egger <debian@christoph-egger.org> | no | |||
irrlicht/use-system-libs.diff | [PATCH] debian/use-system-libs Path to build irrlicht using the system libraries for png,zlib and jpeg as well as the glext family of header files. |
no | ||||
use_system_libs.patch | Allow building with system libraries | Reiner Herrmann <reiner@reiner-h.de> | no | |||
gcc13.patch | [PATCH] Add missing includes to fix the build with gcc 13 Like other versions before, gcc 13 moved some includes around and as a result <stdexcept> and <cstdio> are no longer transitively included. Explicitly include them for std::runtime_error and snprintf. |
Heiko Becker <heirecka@exherbo.org> | no | 2023-01-26 |