summaryrefslogtreecommitdiff
path: root/package/DirectFB/patches/patch-tools_mkdgifft_cpp
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-03-27 16:23:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2012-03-27 16:23:50 +0200
commit312019626227fdbe000ccf494053433df223fb6f (patch)
tree5d69ada0975f04e410e3ef03c09e8cb46aec4442 /package/DirectFB/patches/patch-tools_mkdgifft_cpp
parent9322b52f6d5b48a9a5deae98d88a1921b826ed61 (diff)
delete broken libpng 1.5 patches
Diffstat (limited to 'package/DirectFB/patches/patch-tools_mkdgifft_cpp')
-rw-r--r--package/DirectFB/patches/patch-tools_mkdgifft_cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/DirectFB/patches/patch-tools_mkdgifft_cpp b/package/DirectFB/patches/patch-tools_mkdgifft_cpp
deleted file mode 100644
index 33e8285e9..000000000
--- a/package/DirectFB/patches/patch-tools_mkdgifft_cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- DirectFB-1.4.11.orig/tools/mkdgifft.cpp 2010-10-31 09:52:08.000000000 +0100
-+++ DirectFB-1.4.11/tools/mkdgifft.cpp 2011-03-29 10:57:18.581810094 +0200
-@@ -595,7 +595,7 @@ load_image (const char *filen
- if (!png_ptr)
- goto cleanup;
-
-- if (setjmp (png_ptr->jmpbuf)) {
-+ if (setjmp (png_jmpbuf (png_ptr))) {
- if (desc->preallocated[0].data) {
- free (desc->preallocated[0].data);
- desc->preallocated[0].data = NULL;