Skip libpng's check for setjmp. I hope we are indeed correct.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30453 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2010-05-25 11:00:03 +00:00
parent be6dd7b23a
commit 80dd8c94d0
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-05-25 Riccardo Mottola <rmottola@users.sf.net>
* Source/NSBitmapImageRep+PNG.m
Skip libpng's check for setjmp. I hope we are indeed correct.
2010-05-24 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSTextView.m (-_characterIndexForPoint:respectFraction:):

View file

@ -37,7 +37,7 @@
#import "NSBitmapImageRep+PNG.h"
#if HAVE_LIBPNG
#define PNG_SKIP_SETJMP_CHECK 1
#ifdef HAVE_LIBPNG_PNG_H
#include <libpng/png.h>
#else