packages: webalizer/webalizer-gcc44.patch (NEW) - fix build with gcc >= 4.4

lisu lisu at pld-linux.org
Wed Sep 8 15:04:32 CEST 2010


Author: lisu                         Date: Wed Sep  8 13:04:32 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix build with gcc >= 4.4

---- Files affected:
packages/webalizer:
   webalizer-gcc44.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/webalizer/webalizer-gcc44.patch
diff -u /dev/null packages/webalizer/webalizer-gcc44.patch:1.1
--- /dev/null	Wed Sep  8 15:04:32 2010
+++ packages/webalizer/webalizer-gcc44.patch	Wed Sep  8 15:04:24 2010
@@ -0,0 +1,11 @@
+--- webalizer-2.21-02/webalizer.c~	2009-01-13 06:35:54.000000000 +0100
++++ webalizer-2.21-02/webalizer.c	2010-09-08 12:05:34.763439662 +0200
+@@ -28,7 +28,7 @@
+ /* Fix broken Zlib 64 bitness */
+ #if _FILE_OFFSET_BITS == 64
+ #ifndef _LARGEFILE64_SOURCE
+-#define _LARGEFILE64_SOURCE = 1
++#define _LARGEFILE64_SOURCE 1
+ #endif
+ #endif
+ 
================================================================


More information about the pld-cvs-commit mailing list