diff options
author | joerg <joerg@pkgsrc.org> | 2005-10-03 11:17:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-10-03 11:17:23 +0000 |
commit | 8f96f3bd5f7114f0849b39ce1b6227b6a68bb45b (patch) | |
tree | b9084a1c6e9728aabde26b1cbb3a9adb4e4ebe46 /archivers | |
parent | d3f04ad7d4f823a993ca44afd529ec52c9773605 (diff) | |
download | pkgsrc-8f96f3bd5f7114f0849b39ce1b6227b6a68bb45b.tar.gz |
Depend on errno.h to provide errno.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/fastjar/distinfo | 3 | ||||
-rw-r--r-- | archivers/fastjar/patches/patch-ad | 9 |
2 files changed, 11 insertions, 1 deletions
diff --git a/archivers/fastjar/distinfo b/archivers/fastjar/distinfo index 91a3b8fa2b6..d57d48b162c 100644 --- a/archivers/fastjar/distinfo +++ b/archivers/fastjar/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2005/05/17 14:54:57 minskim Exp $ +$NetBSD: distinfo,v 1.7 2005/10/03 11:17:23 joerg Exp $ SHA1 (fastjar-0.93.tgz) = 74acc8e8a920ea6da18a180cd0a691c5d7c4699f RMD160 (fastjar-0.93.tgz) = 1627f2316cc7bca6a477011d1b812b140900d987 @@ -6,3 +6,4 @@ Size (fastjar-0.93.tgz) = 62419 bytes SHA1 (patch-aa) = 12cc5397a89c18d239164caa3955121ca6d01de0 SHA1 (patch-ab) = c13f46e1a3e60a3bbe656af609a5c9fb047a4ca3 SHA1 (patch-ac) = ce8eefb978a93d0043f8b98fbf4049f022ce663c +SHA1 (patch-ad) = 9763404e115d38b400e43d20aaf8ce8652aae5c0 diff --git a/archivers/fastjar/patches/patch-ad b/archivers/fastjar/patches/patch-ad new file mode 100644 index 00000000000..4e31a28be35 --- /dev/null +++ b/archivers/fastjar/patches/patch-ad @@ -0,0 +1,9 @@ +--- jartool.c.orig 2005-07-22 14:15:00.000000000 +0000 ++++ jartool.c 2005-07-22 14:15:09.000000000 +0000 +@@ -171,6 +171,4 @@ + +-extern int errno; +- + void usage(char*); + void add_entry(struct zipentry *); + void init_headers(); |