media-gfx/aaphoto/files/00-aaphoto-0.41-fixed-missing-zlib-include.patch
changeset 219 c0c5810e06b8
parent 217 cc0327602480
child 220 fca4a6de7c45
--- a/media-gfx/aaphoto/files/00-aaphoto-0.41-fixed-missing-zlib-include.patch	Mon Jun 12 10:21:53 2017 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
---- a/aaphoto.c	2011-01-26 16:39:58.000000000 +0100
-+++ b/aaphoto.c	2013-06-26 12:09:58.208144331 +0200
-@@ -242,6 +242,7 @@
- 
- #ifndef __BMP_ONLY__
- #include <jasper/jasper.h>
-+#include <zlib.h>
- #include <png.h>
- #include <jpeglib.h>
- #endif