media-gfx/aaphoto/files/00-aaphoto-0.41-fixed-missing-zlib-include.patch
author Da Risk <da_risk@geekorum.com>
Mon, 12 Jun 2017 10:21:53 -0700
changeset 217 cc0327602480
parent 96 cf985811e4fb
permissions -rw-r--r--
sys-auth/pam_e4crypt: add live ebuild for pam_e4crypt (Portage version: 2.3.6/hg/Linux x86_64, unsigned Manifest commit)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
96
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     1
--- a/aaphoto.c	2011-01-26 16:39:58.000000000 +0100
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     2
+++ b/aaphoto.c	2013-06-26 12:09:58.208144331 +0200
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     3
@@ -242,6 +242,7 @@
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     4
 
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     5
 #ifndef __BMP_ONLY__
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     6
 #include <jasper/jasper.h>
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     7
+#include <zlib.h>
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     8
 #include <png.h>
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     9
 #include <jpeglib.h>
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    10
 #endif