diff options
author | joerg <joerg@pkgsrc.org> | 2005-10-04 19:16:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-10-04 19:16:24 +0000 |
commit | c56252fe057c91485dbc1823e5b1e98bd0a8660a (patch) | |
tree | fb40de89cade2a61462f8e872c1162e6d8444e22 /archivers | |
parent | 94c70f4ebe2512166920fbb74148d4377be29f27 (diff) | |
download | pkgsrc-c56252fe057c91485dbc1823e5b1e98bd0a8660a.tar.gz |
Fix an inconsistent prototype.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libcomprex/distinfo | 3 | ||||
-rw-r--r-- | archivers/libcomprex/patches/patch-ac | 13 |
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_ */ |