public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-tv/tvtime/files: tvtime-libpng-1.5.patch
@ 2011-06-02 11:41 Alex Legler (a3li)
  0 siblings, 0 replies; only message in thread
From: Alex Legler (a3li) @ 2011-06-02 11:41 UTC (permalink / raw
  To: gentoo-commits

a3li        11/06/02 11:41:44

  Added:                tvtime-libpng-1.5.patch
  Log:
  Fix building against libpng-1.5. Closes bug 369663 by Christoph Mende.
  
  (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-tv/tvtime/files/tvtime-libpng-1.5.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvtime/files/tvtime-libpng-1.5.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvtime/files/tvtime-libpng-1.5.patch?rev=1.1&content-type=text/plain

Index: tvtime-libpng-1.5.patch
===================================================================
Include zlib.h which is no longer implicitly included with libpng-1.5
Bug 369663

diff -ru tvtime-111b28cca42d.orig/src/pngoutput.c tvtime-111b28cca42d/src/pngoutput.c
--- tvtime-111b28cca42d.orig/src/pngoutput.c	2011-02-01 02:35:26.000000000 +0100
+++ tvtime-111b28cca42d/src/pngoutput.c	2011-06-02 13:36:55.965999463 +0200
@@ -18,6 +18,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <zlib.h>
 #include <png.h>
 #include "pngoutput.h"
 






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

only message in thread, other threads:[~2011-06-02 11:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-02 11:41 [gentoo-commits] gentoo-x86 commit in media-tv/tvtime/files: tvtime-libpng-1.5.patch Alex Legler (a3li)

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