]> git.pld-linux.org Git - packages/zvbi.git/commitdiff
- new auto/th/zvbi-0_2_33-4 auto/ti/zvbi-0.2.33-4
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 8 Feb 2012 09:59:52 +0000 (09:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zvbi-libpng15.patch -> 1.1

zvbi-libpng15.patch [new file with mode: 0644]

diff --git a/zvbi-libpng15.patch b/zvbi-libpng15.patch
new file mode 100644 (file)
index 0000000..c6f08d9
--- /dev/null
@@ -0,0 +1,16 @@
+--- zvbi-0.2.33/src/exp-gfx.c.orig     2012-02-08 10:55:47.761153160 +0100
++++ zvbi-0.2.33/src/exp-gfx.c  2012-02-08 10:57:23.498167859 +0100
+@@ -1672,11 +1672,11 @@
+       char title[80];
+       unsigned int i;
+-      if (setjmp (png_ptr->jmpbuf))
++      if (setjmp (png_jmpbuf(png_ptr)))
+               return FALSE;
+       png_set_write_fn (png_ptr,
+-                        (voidp) gfx,
++                        (png_voidp) gfx,
+                         write_data,
+                         flush_data);
This page took 0.114711 seconds and 4 git commands to generate.