summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjoerg <joerg>2005-10-04 19:16:24 +0000
committerjoerg <joerg>2005-10-04 19:16:24 +0000
commita0009e651f4ed5dd93ae23214227a9c87c5302d5 (patch)
treefb40de89cade2a61462f8e872c1162e6d8444e22 /archivers
parent88502b75ea4b08d68f1a5a51fb1540ca447a3a66 (diff)
downloadpkgsrc-a0009e651f4ed5dd93ae23214227a9c87c5302d5.tar.gz
Fix an inconsistent prototype.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/libcomprex/distinfo3
-rw-r--r--archivers/libcomprex/patches/patch-ac13
2 files changed, 15 insertions, 1 deletions
diff --git a/archivers/libcomprex/distinfo b/archivers/libcomprex/distinfo
index 1dc1476c791..fb5ed51bdee 100644
--- a/archivers/libcomprex/distinfo
+++ b/archivers/libcomprex/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2005/08/08 09:00:00 adam Exp $
+$NetBSD: distinfo,v 1.6 2005/10/04 19:16:24 joerg Exp $
SHA1 (libcomprex-0.3.3.tar.gz) = a1ccd214a67aea3863dda866391921b94f162dea
RMD160 (libcomprex-0.3.3.tar.gz) = 1a4420ce23d88108e6678f6b3bfddad522dd159b
Size (libcomprex-0.3.3.tar.gz) = 685822 bytes
SHA1 (patch-aa) = 967fdbf14cf06ff1f483df16bfe45226a8b64e5c
SHA1 (patch-ab) = f529232ae7bb809fda655735c15803a0913304c8
+SHA1 (patch-ac) = 0f7a3cfd0ecd8fecd5054738e407c40f9120f3de
diff --git a/archivers/libcomprex/patches/patch-ac b/archivers/libcomprex/patches/patch-ac
new file mode 100644
index 00000000000..d6fe9f6002f
--- /dev/null
+++ b/archivers/libcomprex/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.3 2005/10/04 19:16:24 joerg Exp $
+
+--- modules/archive/zip/header.h.orig 2005-10-04 21:12:18.000000000 +0200
++++ modules/archive/zip/header.h
+@@ -77,7 +77,7 @@ typedef enum
+ } ZipStatus;
+
+
+-CxStatus cxZipReadLocalHeader(ZipLocalHeader *header, CxFP *fp);
++ZipStatus cxZipReadLocalHeader(ZipLocalHeader *header, CxFP *fp);
+
+
+ #endif /* _MOD_HEADER_H_ */