diff options
author | acm <acm@FreeBSD.org> | 2009-05-09 10:38:35 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-09 10:38:35 +0800 |
commit | 95a87c1acbb175b4660cd16d73a7b98fd8b33b2d (patch) | |
tree | 6936622a08d33874d9fb7c93d5f90919178a74ab | |
parent | 8eca41b8ca8bf8dd9b6023fb3d7786793a9d72a6 (diff) | |
download | freebsd-ports-gnome-95a87c1acbb175b4660cd16d73a7b98fd8b33b2d.tar.gz freebsd-ports-gnome-95a87c1acbb175b4660cd16d73a7b98fd8b33b2d.tar.zst freebsd-ports-gnome-95a87c1acbb175b4660cd16d73a7b98fd8b33b2d.zip |
- Add missing patch file
Reported by: QAT
-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> |