packages: fuse/fuse-includes.patch (NEW)=?UTF-8?Q?=20?=- new, need to include zlib.h expl...

adamg adamg at pld-linux.org
Thu Feb 9 00:15:16 CET 2012


Author: adamg                        Date: Wed Feb  8 23:15:16 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new, need to include zlib.h explicitely

---- Files affected:
packages/fuse:
   fuse-includes.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/fuse/fuse-includes.patch
diff -u /dev/null packages/fuse/fuse-includes.patch:1.1
--- /dev/null	Thu Feb  9 00:15:16 2012
+++ packages/fuse/fuse-includes.patch	Thu Feb  9 00:15:11 2012
@@ -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,
================================================================


More information about the pld-cvs-commit mailing list