You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/pngrewrite/files/pngrewrite-1.3.0-gcc44.patch

20 lines
411 B

--- pngrewrite.c.orig 2009-06-01 21:12:19.000000000 +0200
+++ pngrewrite.c 2009-06-01 21:12:29.000000000 +0200
@@ -89,6 +89,7 @@
//#define PNGRW_SUPPORT_1_ARG_MODE
#define PNGRW_PALSORT_BY_FREQUENCY
+#include <png.h>
#include <stdio.h>
#include <string.h>
@@ -109,8 +110,6 @@
#include <unistd.h> /* for isatty() */
#endif
-#include <png.h>
-
struct errstruct {
jmp_buf jbuf;
char errmsg[200];