Debian Patches
Status for wmmoonclock/1.30-4
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01-fix-incompatible-pointer-type-errors.patch | correct types of pointers passed to `gmtime(3)` There are pointers to `long` being passed to `gmtime(3)`. With recent versions of gcc, on architectures where `long` and `time_t` are not the same size, this leads to "incompatible pointer type" errors. |
Jeremy Sowden <azazel@debian.org> | yes | debian | 2024-12-24 | |
02-fix-pre-ansi-function-declarations.patch | remove pre-ANSI function declarations Pre-ANSI function declarators which do not declare their parameters have been removed in C23 and the syntax reused for declaring functions with no parameters (like C++). GCC 15 defaults to C23, so these declarators will cause an FTBFS. . Update the function definitions to have prototypes where these are missing, and replace the obsolete declarations with modern equivalents. |
Jeremy Sowden <jeremy@azazel.net> | invalid | debian | 2025-02-27 |