diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-01 05:26:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-01 05:26:28 +0000 |
commit | 2b74a89bc8342f0b9b737c37d87737caf7b0ea1e (patch) | |
tree | c04604583d8be53b3ed7f10975be828c731f87cb /graphics/autotrace/files/patch-input-png.c | |
parent | - Allow for larger database UIDs (diff) |
- update png to 1.5.10
Diffstat (limited to 'graphics/autotrace/files/patch-input-png.c')
-rw-r--r-- | graphics/autotrace/files/patch-input-png.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/autotrace/files/patch-input-png.c b/graphics/autotrace/files/patch-input-png.c new file mode 100644 index 000000000000..88ca2ebfa153 --- /dev/null +++ b/graphics/autotrace/files/patch-input-png.c @@ -0,0 +1,10 @@ +--- input-png.c.orig 2002-10-10 22:44:14.000000000 +0200 ++++ input-png.c 2012-04-29 12:34:51.000000000 +0200 +@@ -30,6 +30,7 @@ + #include "message.h" + #include "xstd.h" + #include <png.h> ++#include <pngpriv.h> + #include "input-png.h" + + static volatile char rcsid[]="$Id: input-png.c,v 1.16 2002/10/05 19:38:25 masata-y Exp $"; |