Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
implicit-function-declaration | commit 82c05c421b48240e28cd350e2eafa803c7039eac Fixed compilation with gcc-14 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com> diff --git a/src/anaglyph/anaglyph.c b/src/anaglyph/anaglyph.c index 5ee0b32..1c2c2d3 100644 |
Jaroslav Škarvada <jskarvad@redhat.com> | no | 2024-02-06 | ||
ac-path-pkgconfig.patch | Use cross-build compatible macro for finding pkg-config. . The package uses AC_PATH_PROG to discover the location of pkg-config(1). This macro fails to select the correct version to support cross-compilation. . This patch changes it to use AC_PATH_TOOL. . Refer to https://bugs.debian.org/884798 for details. === modified file 'configure.ac' |
no | other | 2021-09-13 |