diff options
author | tonio <tonio@pkgsrc.org> | 2005-10-29 21:05:28 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-10-29 21:05:28 +0000 |
commit | b25da1264cecf3cb2fac80b98b45d6d8976cab9e (patch) | |
tree | 1ebd5a5b161b7b02772b4c6dd97e003d024357d1 /security/heimdal | |
parent | c4216e08d9f74d1103e101a06bbc2486bdb3a04d (diff) | |
download | pkgsrc-b25da1264cecf3cb2fac80b98b45d6d8976cab9e.tar.gz |
Fix for darwin, reusing Dragonfly fix by joerg
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/distinfo | 4 | ||||
-rw-r--r-- | security/heimdal/patches/patch-ak | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/heimdal/distinfo b/security/heimdal/distinfo index cff53571fe9..067928f6267 100644 --- a/security/heimdal/distinfo +++ b/security/heimdal/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.17 2005/10/29 18:12:10 joerg Exp $ +$NetBSD: distinfo,v 1.18 2005/10/29 21:05:28 tonio Exp $ SHA1 (heimdal-0.7.1.tar.gz) = ab3e6f5fe6de86f7ba7413f8600f9b1ed956b620 RMD160 (heimdal-0.7.1.tar.gz) = 30373d227452e20187ca4bad1dc980c3f952be26 @@ -12,4 +12,4 @@ SHA1 (patch-ag) = 003307136227d75729fc4d7f95a7debc7e91136e SHA1 (patch-ah) = 797785f2f5f1530782d42393d2cc242f03fc20e6 SHA1 (patch-ai) = 55276d0becee47ae62ccfe5cd837b0fd4d7e6ff6 SHA1 (patch-aj) = ad30690ce7b7f11a80513df4d3e932bce095d863 -SHA1 (patch-ak) = 0667c72a591c79be30d77251cd231ea7e93da794 +SHA1 (patch-ak) = cf9cf0dd7b40e7fe46efbd4954a66bc451179f4b diff --git a/security/heimdal/patches/patch-ak b/security/heimdal/patches/patch-ak index 5cff9ab277b..319ce83d4bb 100644 --- a/security/heimdal/patches/patch-ak +++ b/security/heimdal/patches/patch-ak @@ -1,11 +1,11 @@ -$NetBSD: patch-ak,v 1.1 2005/10/29 18:12:10 joerg Exp $ +$NetBSD: patch-ak,v 1.2 2005/10/29 21:05:28 tonio Exp $ --- kcm/connect.c.orig 2005-10-29 17:36:00.000000000 +0200 +++ kcm/connect.c @@ -32,4 +32,9 @@ */ -+#if defined(__DragonFly__) ++#if defined(__DragonFly__) || defined(__APPLE__) +#include <sys/param.h> +#include <sys/ucred.h> +#endif |