Package: libgdchart-gd2 / 0.11.5-12.2

Metadata

Package Version Patches format
libgdchart-gd2 0.11.5-12.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1001_sane_makefile.patch | (download)

Makefile | 39 20 + 19 - 0 !
1 file changed, 20 insertions(+), 19 deletions(-)

---
1002_saner_makefile.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 no makefile dependency on system header files


1003_missing_include_and_def.patch | (download)

gdc.c | 1 1 + 0 - 0 !
gdc.h | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 add missing include and function definition
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066345

Debian now builds with "-Werror=implicit-function-declaration", which caught
these bugs.


gcc14.patch | (download)

gdc_pie.c | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 adding an intermediate function with suitable type and casting to
 build against GCC-14