From 92b232b36edd024c4ace698ac192e3bb3d152487 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Sat, 9 May 2009 02:38:35 +0000 Subject: - Add missing patch file Reported by: QAT --- .../files/patch-gb.compress.zlib-src_main.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 archivers/gambas2-gb-compress-zlib/files/patch-gb.compress.zlib-src_main.c (limited to 'archivers') diff --git a/archivers/gambas2-gb-compress-zlib/files/patch-gb.compress.zlib-src_main.c b/archivers/gambas2-gb-compress-zlib/files/patch-gb.compress.zlib-src_main.c new file mode 100644 index 000000000000..7934b30930d0 --- /dev/null +++ b/archivers/gambas2-gb-compress-zlib/files/patch-gb.compress.zlib-src_main.c @@ -0,0 +1,16 @@ +--- gb.compress.zlib/src/main.c 2009-03-20 05:44:31.000000000 -0500 ++++ gb.compress.zlib/src/main.c 2009-05-03 13:17:25.000000000 -0500 +@@ -24,13 +24,9 @@ + + #define __MAIN_C + +-#include +- + // Use 64 bits I/O + #define _FILE_OFFSET_BITS 64 +-#if __WORDSIZE == 64 + #define _LARGEFILE64_SOURCE +-#endif + + #include + #include -- cgit v1.2.3