Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fixmakefiles.patch | Fix issues with default Makefile build system =================================================================== |
Mathieu Malaterre <malat@debian.org> | no | |||
fixcase.patch | Fix issues with case sensitive file systems =================================================================== |
Mathieu Malaterre <malat@debian.org> | no | |||
hardening.patch | Fix issues with gcc hardening compilations flags =================================================================== |
Mathieu Malaterre <malat@debian.org> | no | |||
addcmake.patch | Prefer a CMake based build system =================================================================== |
Mathieu Malaterre <malat@debian.org> | no | |||
fixcomment.patch | Mathieu Malaterre <malat@debian.org> | no | 2013-10-28 | |||
register.patch | Remove register keyword This will remove warning from client code: /usr/include/Papyrus3/PapyWild3.h:80:41: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 80 | extern char *wildname(register char *); | ^ |
Mathieu Malaterre <malat@debian.org> | no | 2022-09-02 | ||
gcc-14.patch | declare type of "main" entry point. This fixes build failure with gcc 14, having for symptom: . /<<PKGBUILDDIR>>/TESTS/TestRead.c:60:1: error: return type defaults to ‘int’ [-Wimplicit-int] 60 | main (int argc, char *argv[]) | ^~~~ |
Étienne Mollier <emollier@debian.org> | no | debian | 2024-07-10 |