]> git.pld-linux.org Git - packages/fuse.git/commitdiff
- new, need to include zlib.h explicitely
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 8 Feb 2012 23:15:11 +0000 (23:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fuse-includes.patch -> 1.1

fuse-includes.patch [new file with mode: 0644]

diff --git a/fuse-includes.patch b/fuse-includes.patch
new file mode 100644 (file)
index 0000000..ead5527
--- /dev/null
@@ -0,0 +1,10 @@
+--- fuse-1.0.0.1/screenshot.c~ 2011-01-12 22:36:28.000000000 +0100
++++ fuse-1.0.0.1/screenshot.c  2012-02-09 00:11:08.747680535 +0100
+@@ -47,7 +47,8 @@
+ #ifdef USE_LIBPNG
++#include <zlib.h>
+ #include <png.h>
+ static int get_rgb32_data( libspectrum_byte *rgb32_data, size_t stride,
This page took 0.114238 seconds and 4 git commands to generate.