diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/zope25/distinfo | 3 | ||||
-rw-r--r-- | www/zope25/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/www/zope25/distinfo b/www/zope25/distinfo index 148274ce53b..0031e4c4ba2 100644 --- a/www/zope25/distinfo +++ b/www/zope25/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2003/04/17 19:06:14 drochner Exp $ +$NetBSD: distinfo,v 1.3 2003/07/25 13:07:09 drochner Exp $ SHA1 (zope/Zope-2.6.1-src.tgz) = 9eddfc8a0e173bd80f655ed1dda102b4256a3cc9 Size (zope/Zope-2.6.1-src.tgz) = 2318685 bytes +SHA1 (patch-aa) = d1b047c5b8082e5efb67f02c1d1a4ba149a1ece6 diff --git a/www/zope25/patches/patch-aa b/www/zope25/patches/patch-aa new file mode 100644 index 00000000000..33fdc38b739 --- /dev/null +++ b/www/zope25/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2003/07/25 13:07:08 drochner Exp $ + +--- lib/Components/initgroups/initgroups.c.orig 2003-07-25 14:52:06.000000000 +0200 ++++ lib/Components/initgroups/initgroups.c 2003-07-25 14:53:10.000000000 +0200 +@@ -13,7 +13,7 @@ + + #include "Python.h" + +-#if defined(__unix__) || defined(unix) ++#if defined(__unix__) || defined(unix) || defined(__NetBSD__) + + #include <grp.h> + #include <sys/types.h> |