diff options
author | joerg <joerg@pkgsrc.org> | 2011-12-22 16:33:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-12-22 16:33:51 +0000 |
commit | 5ef847feb3038138828eb8ae5a49f7f0448e4be1 (patch) | |
tree | e87e3dbbbaef74a55501fc144c619ada9a6718eb /security | |
parent | 29078afcf5d05222c3f3049ffeb54c78fc473808 (diff) | |
download | pkgsrc-5ef847feb3038138828eb8ae5a49f7f0448e4be1.tar.gz |
Fix build with newer heimdal
Diffstat (limited to 'security')
-rw-r--r-- | security/knc/distinfo | 3 | ||||
-rw-r--r-- | security/knc/patches/patch-bin_gssstdio.h | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/security/knc/distinfo b/security/knc/distinfo index f09892633ea..119bb80654d 100644 --- a/security/knc/distinfo +++ b/security/knc/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2010/04/14 20:15:27 elric Exp $ +$NetBSD: distinfo,v 1.4 2011/12/22 16:33:51 joerg Exp $ SHA1 (knc-1.6.1.tar.gz) = 2ab0356f0552c10b0da2ef2ffd6533989b29d2dd RMD160 (knc-1.6.1.tar.gz) = 945281771b1033798449d3bce468d4a5994ba83d Size (knc-1.6.1.tar.gz) = 20534 bytes +SHA1 (patch-bin_gssstdio.h) = 4dd09f27467b8967929adf553d97b68a5d10fc52 diff --git a/security/knc/patches/patch-bin_gssstdio.h b/security/knc/patches/patch-bin_gssstdio.h new file mode 100644 index 00000000000..b8f71113f96 --- /dev/null +++ b/security/knc/patches/patch-bin_gssstdio.h @@ -0,0 +1,12 @@ +$NetBSD: patch-bin_gssstdio.h,v 1.1 2011/12/22 16:33:51 joerg Exp $ + +--- bin/gssstdio.h.orig 2011-12-22 14:40:13.000000000 +0000 ++++ bin/gssstdio.h +@@ -56,6 +56,7 @@ + + #ifdef HEIMDAL + #include <gssapi/gssapi.h> ++#include <gssapi/gssapi_krb5.h> + #else + #define HAS_INTTYPES_H + #include <gssapi/gssapi_krb5.h> |