diff options
Diffstat (limited to 'graphics/flphoto/files/patch-image.cxx')
-rw-r--r-- | graphics/flphoto/files/patch-image.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/flphoto/files/patch-image.cxx b/graphics/flphoto/files/patch-image.cxx new file mode 100644 index 000000000000..ad2b8d472e83 --- /dev/null +++ b/graphics/flphoto/files/patch-image.cxx @@ -0,0 +1,10 @@ +--- image.cxx.orig 2006-11-18 14:56:11.000000000 +0100 ++++ image.cxx 2012-05-09 12:28:28.000000000 +0200 +@@ -92,6 +92,7 @@ + + #ifdef HAVE_LIBPNG + # include <png.h> ++# include <zlib.h> + #endif // HAVE_LIBPNG + + |