diff options
author | adam <adam@pkgsrc.org> | 2004-12-07 09:17:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-12-07 09:17:35 +0000 |
commit | 282558e0f99e03f4ae794725adf0f3d3688583cc (patch) | |
tree | 6adbfe6b0ba14296bce44c58c4c1f3e82ae9aae3 /security/cyrus-saslauthd | |
parent | 0ff3921ae0497b3906e9d2135c41940e978e2a2b (diff) | |
download | pkgsrc-282558e0f99e03f4ae794725adf0f3d3688583cc.tar.gz |
Fix buildling problems on some machines, PR#28562
Diffstat (limited to 'security/cyrus-saslauthd')
-rw-r--r-- | security/cyrus-saslauthd/distinfo | 3 | ||||
-rw-r--r-- | security/cyrus-saslauthd/patches/patch-ad | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/security/cyrus-saslauthd/distinfo b/security/cyrus-saslauthd/distinfo index cfa4f3a7bc8..0104793b862 100644 --- a/security/cyrus-saslauthd/distinfo +++ b/security/cyrus-saslauthd/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.3 2004/08/04 20:08:38 jlam Exp $ +$NetBSD: distinfo,v 1.4 2004/12/07 09:17:35 adam Exp $ SHA1 (cyrus-sasl-2.1.19.tar.gz) = 9512d70ecea33b9d44e69d185a323a0f7b133705 Size (cyrus-sasl-2.1.19.tar.gz) = 1537350 bytes SHA1 (patch-aa) = f3497c322d073ccb2a54e439067227f2f03a99b1 SHA1 (patch-ab) = 864bfe7c47b445107cdc517e2fe2e5ad2b459be1 SHA1 (patch-ac) = 79267ad3e175632728e43fb2ba159ab411e7ff3c +SHA1 (patch-ad) = ab0b9d948741b28fcea91f7833e06e829f459669 diff --git a/security/cyrus-saslauthd/patches/patch-ad b/security/cyrus-saslauthd/patches/patch-ad new file mode 100644 index 00000000000..80ea8dfb7fb --- /dev/null +++ b/security/cyrus-saslauthd/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2004/12/07 09:17:35 adam Exp $ + +--- md5.c.orig 2004-12-07 10:07:58.000000000 +0000 ++++ md5.c +@@ -27,7 +27,7 @@ documentation and/or software. + + #include <config.h> + #include "md5global.h" +-#include "md5.h" ++#include <sys/md5.h> + #include "hmac-md5.h" + + #ifndef WIN32 |