diff options
-rw-r--r-- | archivers/lha/distinfo | 3 | ||||
-rw-r--r-- | archivers/lha/patches/patch-al | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/archivers/lha/distinfo b/archivers/lha/distinfo index 346e2d02e56..a188519a25b 100644 --- a/archivers/lha/distinfo +++ b/archivers/lha/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2005/02/23 14:45:24 agc Exp $ +$NetBSD: distinfo,v 1.8 2005/10/03 11:20:55 joerg Exp $ SHA1 (lha-114i.tar.gz) = 79e35271f2cf783f946db3f22e304fef72dbac99 RMD160 (lha-114i.tar.gz) = c561e0758b467a61f45d287582effc53df29f01d @@ -11,3 +11,4 @@ SHA1 (patch-ah) = cd44b40fa7e25a9996b2441d1b78a1a6570977b2 SHA1 (patch-ai) = d988b7d048656080d14bfad1da89c9888c9ddf90 SHA1 (patch-aj) = 6331fce7f55eef1c2003e693f165dd0565e7172e SHA1 (patch-ak) = fa6de630a7414b73dec8b75be0bfbb3493c4192f +SHA1 (patch-al) = c6e5a9f4101d9e15dcb033b6c64ecc9903342df3 diff --git a/archivers/lha/patches/patch-al b/archivers/lha/patches/patch-al new file mode 100644 index 00000000000..89be092037d --- /dev/null +++ b/archivers/lha/patches/patch-al @@ -0,0 +1,12 @@ +$NetBSD: patch-al,v 1.1 2005/10/03 11:20:55 joerg Exp $ + +--- src/lha_macro.h.orig 2005-07-22 14:26:32.000000000 +0000 ++++ src/lha_macro.h +@@ -68,7 +68,6 @@ extern char *realloc(); + #endif + + /* external variables */ +-extern int errno; + + #define FALSE 0 + #define TRUE 1 |