public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/xli/files: xli-1.17.0-libpng14.patch
@ 2010-03-09 21:15 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-03-09 21:15 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/03/09 21:15:21

  Added:                xli-1.17.0-libpng14.patch
  Log:
  Fix building with libpng14.
  (Portage version: 2.2_rc66/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-gfx/xli/files/xli-1.17.0-libpng14.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xli/files/xli-1.17.0-libpng14.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xli/files/xli-1.17.0-libpng14.patch?rev=1.1&content-type=text/plain

Index: xli-1.17.0-libpng14.patch
===================================================================
http://aur.archlinux.org/packages.php?ID=1676
http://archwyrm.net/~me/xli-libpng.diff

--- png.c
+++ png.c
@@ -27,7 +27,7 @@
 	if (ret != 8)
 		return 0;
 
-	ret = png_check_sig(buf, 8);
+	ret = !png_sig_cmp(buf, 0, 8);
 
 	return (ret);
 }






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

only message in thread, other threads:[~2010-03-09 21:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-09 21:15 [gentoo-commits] gentoo-x86 commit in media-gfx/xli/files: xli-1.17.0-libpng14.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