summaryrefslogtreecommitdiff
path: root/security/heimdal/patches
diff options
context:
space:
mode:
authormarkd <markd>2004-01-13 02:05:29 +0000
committermarkd <markd>2004-01-13 02:05:29 +0000
commit78d34b73f28688b7fe61e5b7775942c4c67ecbf7 (patch)
treedbb63eb5945eee8abb3ac7d942af1b1811192c05 /security/heimdal/patches
parent6bf36aea44b479f90e5c5d2b781a8753720fc9c4 (diff)
downloadpkgsrc-78d34b73f28688b7fe61e5b7775942c4c67ecbf7.tar.gz
Fix build with gcc3.
Diffstat (limited to 'security/heimdal/patches')
-rw-r--r--security/heimdal/patches/patch-ae15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/heimdal/patches/patch-ae b/security/heimdal/patches/patch-ae
new file mode 100644
index 00000000000..9b78e9757fb
--- /dev/null
+++ b/security/heimdal/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1 2004/01/13 02:05:29 markd Exp $
+
+--- lib/krb5/verify_krb5_conf.c.orig 2003-03-29 21:52:50.000000000 +1200
++++ lib/krb5/verify_krb5_conf.c
+@@ -449,8 +449,8 @@ struct entry log_strings[] = {
+
+ #if 0
+ struct entry kdcdefaults_entries[] = {
+- { "kdc_ports, krb5_config_string, mit_entry },
+- { "v4_mode, krb5_config_string, mit_entry },
++ { "kdc_ports", krb5_config_string, mit_entry },
++ { "v4_mode", krb5_config_string, mit_entry },
+ { NULL }
+ };
+ #endif