public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/flphoto/files: flphoto-1.3.1-libpng15.patch
@ 2011-09-14 13:34 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2011-09-14 13:34 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/09/14 13:34:50

  Added:                flphoto-1.3.1-libpng15.patch
  Log:
  Fix building with libpng15 (missing zlib.h include) wrt #378389 by Diego Elio Pettenò
  
  (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-gfx/flphoto/files/flphoto-1.3.1-libpng15.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/flphoto/files/flphoto-1.3.1-libpng15.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/flphoto/files/flphoto-1.3.1-libpng15.patch?rev=1.1&content-type=text/plain

Index: flphoto-1.3.1-libpng15.patch
===================================================================
Missing include for Z_BEST_COMPRESSION

--- image.cxx
+++ image.cxx
@@ -91,6 +91,7 @@
 #endif // HAVE_LIBJPEG
 
 #ifdef HAVE_LIBPNG
+#  include <zlib.h>
 #  include <png.h>
 #endif // HAVE_LIBPNG
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-14 13:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-14 13:34 [gentoo-commits] gentoo-x86 commit in media-gfx/flphoto/files: flphoto-1.3.1-libpng15.patch Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox