You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/webalizer/files/webalizer-2.21.02-gcc-4.4.p...

12 lines
224 B

--- webalizer.c
+++ webalizer.c
@@ -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