diff options
author | kim <kim> | 2000-09-04 14:54:06 +0000 |
---|---|---|
committer | kim <kim> | 2000-09-04 14:54:06 +0000 |
commit | e93864a25418e27a07cd3f3bfaff89e98a8457ce (patch) | |
tree | 569984b5ef1f1fc8b6f0c03c852cc7c99a2b37b9 /archivers/zoo | |
parent | 8c662e7382340350e1b5573cf770c05551165b2d (diff) | |
download | pkgsrc-e93864a25418e27a07cd3f3bfaff89e98a8457ce.tar.gz |
Make this compile again.
Diffstat (limited to 'archivers/zoo')
-rw-r--r-- | archivers/zoo/files/patch-sum | 4 | ||||
-rw-r--r-- | archivers/zoo/patches/patch-aa | 14 |
2 files changed, 11 insertions, 7 deletions
diff --git a/archivers/zoo/files/patch-sum b/archivers/zoo/files/patch-sum index 2cb55299934..487b9043ca6 100644 --- a/archivers/zoo/files/patch-sum +++ b/archivers/zoo/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.2 1999/11/12 05:17:20 hubertf Exp $ +$NetBSD: patch-sum,v 1.3 2000/09/04 14:54:06 kim Exp $ -MD5 (patch-aa) = ab1c5e90e327403e71d79f6135ce4577 +MD5 (patch-aa) = c84a64e40505e59cd1d9aa150806d87c MD5 (patch-ab) = 415493548ca6cc2473399935e6057a3a MD5 (patch-ac) = 859a96fc00703a078b3d4bdca7e34282 MD5 (patch-ad) = f59fb2e9701963544b835e87d040b340 diff --git a/archivers/zoo/patches/patch-aa b/archivers/zoo/patches/patch-aa index e5c8a4efac3..1a3f0d10165 100644 --- a/archivers/zoo/patches/patch-aa +++ b/archivers/zoo/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 1999/11/12 05:17:20 hubertf Exp $ +$NetBSD: patch-aa,v 1.4 2000/09/04 14:54:06 kim Exp $ ---- ./ar.h Sat May 1 06:04:22 1993 -+++ /usr/pkgsrc/archivers/zoo/work.i386.unpatched/ar.h Fri Nov 12 06:19:39 1999 -@@ -15,9 +15,11 @@ +--- ar.h.orig Sat May 1 00:04:22 1993 ++++ ar.h Mon Sep 4 10:41:33 2000 +@@ -15,11 +15,15 @@ /* uchar should be 8 bits or more */ /* typedef unsigned char uchar; -- already in zoo.h */ @@ -10,7 +10,11 @@ $NetBSD: patch-aa,v 1.3 1999/11/12 05:17:20 hubertf Exp $ typedef unsigned int uint; /* 16 bits or more */ #if !defined(__386BSD__) || !defined(_TYPES_H_) typedef unsigned short ushort; /* 16 bits or more */ -+#endif #endif typedef unsigned long ulong; /* 32 bits or more */ ++#else ++# include <sys/types.h> ++#endif + /* T_UINT16 must be #defined in options.h to be + a 16-bit unsigned integer type */ |