aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-08-15 16:14:03 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-08-15 16:14:03 +0000
commit5457de812ed133de5e614f4849aafabdea8878a2 (patch)
tree71564bc77b4482d3833590866ecd1787457b6141 /archivers
parente0ee1c46d65d07705a923bda98fdf127b05bec05 (diff)
downloadports-5457de812ed133de5e614f4849aafabdea8878a2.tar.gz
ports-5457de812ed133de5e614f4849aafabdea8878a2.zip
Fix build with gcc 3.4
Notes
Notes: svn path=/head/; revision=116272
Diffstat (limited to 'archivers')
-rw-r--r--archivers/libcomprex/files/patch-header.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/libcomprex/files/patch-header.c b/archivers/libcomprex/files/patch-header.c
new file mode 100644
index 000000000000..5a6fd4b4c673
--- /dev/null
+++ b/archivers/libcomprex/files/patch-header.c
@@ -0,0 +1,11 @@
+--- modules/archive/zip/header.c.orig Sun Aug 15 18:08:32 2004
++++ modules/archive/zip/header.c Sun Aug 15 18:08:34 2004
+@@ -25,7 +25,7 @@
+ #include "zip.h"
+
+
+-ZipStatus
++CxStatus
+ cxZipReadLocalHeader(ZipLocalHeader *header, CxFP *fp)
+ {
+ char buffer[ZIP_LOCAL_HEADER_SIZE];