public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/enigma/files: enigma-1.01-libpng15.patch
@ 2011-09-15  2:16 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2011-09-15  2:16 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/09/15 02:16:24

  Added:                enigma-1.01-libpng15.patch
  Log:
  Fix building with libpng15 wrt #378391 by Diego Elio Pettenò
  
  (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  games-puzzle/enigma/files/enigma-1.01-libpng15.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/files/enigma-1.01-libpng15.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/files/enigma-1.01-libpng15.patch?rev=1.1&content-type=text/plain

Index: enigma-1.01-libpng15.patch
===================================================================
--- lib-src/enigma-core/IMG_SavePNG.c
+++ lib-src/enigma-core/IMG_SavePNG.c
@@ -84,7 +84,7 @@
                 png_bytep *row_pointers = 0;
 
                 /* Set error handling. */
-                if (setjmp(png_ptr->jmpbuf)) {
+                if (setjmp(png_jmpbuf(png_ptr))) {
                     IMG_SetError("Error writing the PNG file");
                 }
                 else {






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

only message in thread, other threads:[~2011-09-15  2:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-15  2:16 [gentoo-commits] gentoo-x86 commit in games-puzzle/enigma/files: enigma-1.01-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