Files
gentoo/net-proxy/ziproxy/files/ziproxy-3.3.2-fix_gcc15.patch
Nicolas PARLANT a00cb71318 net-proxy/ziproxy: EAPI 7 -> 8, fix c23
update HOMEPAGE http+S
update SRC_URI (redirect)
update EAPI 7 -> 8
fix c23
remove a no-op sed
use myeconfargs array

Closes: https://bugs.gentoo.org/943947
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/43907
Closes: https://github.com/gentoo/gentoo/pull/43907
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-23 14:38:12 +01:00

14 lines
395 B
Diff

see https://sourceforge.net/p/ziproxy/bugs/37/
fix c23 https://bugs.gentoo.org/943947
--- a/src/image.c
+++ b/src/image.c
@@ -1216,7 +1216,7 @@ int jpg2bitmap(char *inbuf, int insize,
return IMG_RET_OK;
}
-static boolean jpeg_dest_empty_output_buffer()
+static boolean jpeg_dest_empty_output_buffer(struct jpeg_compress_struct *)
{
return FALSE; //output file larger than original..
}