diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-05-21 23:57:23 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-05-21 23:57:23 +0000 |
commit | 2b4d14eee9b7b6ac89432dd0cd9876d583a3a18a (patch) | |
tree | 3f523dee0f0810a2bf14dcb3971966bb37f9250e /archivers | |
parent | 75af98418a1640ec1045e4802f26e426bda57348 (diff) | |
download | freebsd-ports-2b4d14eee9b7b6ac89432dd0cd9876d583a3a18a.zip |
- Update to 2.13.0
- Remove obsolete patch files
- Fix build on amd64 (1). Also it could compile without problems on pointyhat.
See the ChangeLog: http://gambas.sourceforge.net/en/changelog2.html
Tested by: pgollucci
Reported by: QAT (1)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gambas2-gb-compress-zlib/files/patch-gb.compress.zlib-src_main.c | 16 |
1 files changed, 0 insertions, 16 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 deleted file mode 100644 index 7934b30930d0..000000000000 --- a/archivers/gambas2-gb-compress-zlib/files/patch-gb.compress.zlib-src_main.c +++ /dev/null @@ -1,16 +0,0 @@ ---- 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> |