diff options
author | John Marino <marino@FreeBSD.org> | 2015-01-03 02:37:44 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-01-03 02:37:44 +0000 |
commit | 400b47840a8e71ddc55d4c1893ad1f0396169a2d (patch) | |
tree | b19044b1c59381f5780d39401554dac297326c44 /graphics | |
parent | af30c6fc5aad1c0c96da6347df4da24d99f80e79 (diff) | |
download | ports-400b47840a8e71ddc55d4c1893ad1f0396169a2d.tar.gz ports-400b47840a8e71ddc55d4c1893ad1f0396169a2d.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/apngdis/files/patch-apngdis.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/apngdis/files/patch-apngdis.cpp b/graphics/apngdis/files/patch-apngdis.cpp new file mode 100644 index 000000000000..52fb7d2d1d7a --- /dev/null +++ b/graphics/apngdis/files/patch-apngdis.cpp @@ -0,0 +1,10 @@ +--- apngdis.cpp.orig 2015-01-03 02:18:00 UTC ++++ apngdis.cpp +@@ -30,6 +30,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <vector> ++#include <cstring> + #include "png.h" /* original (unpatched) libpng is ok */ + #include "zlib.h" + using namespace std; |