mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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>
14 lines
395 B
Diff
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..
|
|
}
|