diff options
-rw-r--r-- | archivers/gambas2-gb-compress-zlib/files/patch-gb.compress.zlib-src_main.c | 16 |
1 files changed, 16 insertions, 0 deletions
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 <bits/wordsize.h> +- + // Use 64 bits I/O + #define _FILE_OFFSET_BITS 64 +-#if __WORDSIZE == 64 + #define _LARGEFILE64_SOURCE +-#endif + + #include <errno.h> + #include <stdio.h> |