summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-gui/files/patch-NSBitmapImageRep+PNG.m
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-06-01 05:26:28 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-06-01 05:26:28 +0000
commit2b74a89bc8342f0b9b737c37d87737caf7b0ea1e (patch)
treec04604583d8be53b3ed7f10975be828c731f87cb /x11-toolkits/gnustep-gui/files/patch-NSBitmapImageRep+PNG.m
parent- Allow for larger database UIDs (diff)
- update png to 1.5.10
Diffstat (limited to 'x11-toolkits/gnustep-gui/files/patch-NSBitmapImageRep+PNG.m')
-rw-r--r--x11-toolkits/gnustep-gui/files/patch-NSBitmapImageRep+PNG.m15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-gui/files/patch-NSBitmapImageRep+PNG.m b/x11-toolkits/gnustep-gui/files/patch-NSBitmapImageRep+PNG.m
new file mode 100644
index 000000000000..8432441cfac2
--- /dev/null
+++ b/x11-toolkits/gnustep-gui/files/patch-NSBitmapImageRep+PNG.m
@@ -0,0 +1,15 @@
+--- Source/NSBitmapImageRep+PNG.m.orig 2009-02-17 00:23:41.000000000 +0100
++++ Source/NSBitmapImageRep+PNG.m 2012-04-27 18:54:35.000000000 +0200
+@@ -33,9 +33,11 @@
+ #if HAVE_LIBPNG
+
+ #ifdef HAVE_LIBPNG_PNG_H
+-#include <libpng/png.h>
++#include <png.h>
++#include <pngpriv.h>
+ #else
+ #include <png.h>
++#include <pngpriv.h>
+ #endif
+
+ #include <Foundation/NSData.h>