mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 21:10:48 +00:00
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:
parent
be6dd7b23a
commit
80dd8c94d0
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2010-05-24 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Source/NSTextView.m (-_characterIndexForPoint:respectFraction:):
|
* Source/NSTextView.m (-_characterIndexForPoint:respectFraction:):
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
#import "NSBitmapImageRep+PNG.h"
|
#import "NSBitmapImageRep+PNG.h"
|
||||||
|
|
||||||
#if HAVE_LIBPNG
|
#if HAVE_LIBPNG
|
||||||
|
#define PNG_SKIP_SETJMP_CHECK 1
|
||||||
#ifdef HAVE_LIBPNG_PNG_H
|
#ifdef HAVE_LIBPNG_PNG_H
|
||||||
#include <libpng/png.h>
|
#include <libpng/png.h>
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue