Package: wmcoincoin / 2.6.5.git+42.b85f761c7010-1

Metadata

Package Version Patches format
wmcoincoin 2.6.5.git+42.b85f761c7010-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 platypus linker fixes.patch | (download)

platypus/Makefile.am | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix wmcoincoin-player linker flags
 When upstream merged d/p/replace-imlib2-config-with-pkg-config.patch, there
 was a conflict which was incorrectly resolved and resulted in the wrong
 imlib2 variable prefix appearing in platypus/Makefile.am.


02 fix pre ANSI function declarations.patch | (download)

src/coincoin.h | 2 1 + 1 - 0 !
src/site.c | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 remove pre-ansi function declaration
 Pre-ANSI function declarations have been removed in C23 and the syntax reused
 for declaring functions with no parameters (like C++).  GCC 15 now defaults to
 C23, so these declarations cause an FTBFS.
 .
 Correct the prototypes of `pp_get_filter_mode` and `boards_create` and remove
 unused argument from `boards_create` call.