openbsd-ports/graphics/leptonica/patches/patch-src_pngio_c
ajacoutot 75f899d2a9 Import leptonica-1.68.
Leptonica is a pedagogically-oriented open source site containing
software that is broadly useful for image processing and image analysis
applications.

"looks good and tested on macppc" sebastia@
ok benoit@
2011-12-22 09:46:46 +00:00

14 lines
354 B
Plaintext

$OpenBSD: patch-src_pngio_c,v 1.1.1.1 2011/12/22 09:46:46 ajacoutot Exp $
--- src/pngio.c.orig Wed Dec 21 19:37:12 2011
+++ src/pngio.c Wed Dec 21 19:37:37 2011
@@ -98,6 +98,9 @@
#include <string.h>
#include "allheaders.h"
+/* Z_DEFAULT_COMPRESSION */
+#include <zlib.h>
+
#ifdef HAVE_CONFIG_H
#include "config_auto.h"
#endif /* HAVE_CONFIG_H */