summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-05-21 23:57:23 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-05-21 23:57:23 +0000
commit2b4d14eee9b7b6ac89432dd0cd9876d583a3a18a (patch)
tree3f523dee0f0810a2bf14dcb3971966bb37f9250e /archivers
parent- Update to 0.9.2 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=234365
Diffstat (limited to 'archivers')
-rw-r--r--archivers/gambas2-gb-compress-zlib/files/patch-gb.compress.zlib-src_main.c16
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>