summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-02-17 15:54:17 +0000
committerAron Griffis <agriffis@gentoo.org>2004-02-17 15:54:17 +0000
commitd6dfdea2e9e6cc2f7f8e788eb681990198d0ffcb (patch)
tree2efe461d870a984e132cdf7dcad61ba7fcf574d7 /app-crypt/heimdal/files
parentInitial revision. Ebuild submitted by Michael C. Ferguson <mcf@augustmail.com... (diff)
downloadgentoo-2-d6dfdea2e9e6cc2f7f8e788eb681990198d0ffcb.tar.gz
gentoo-2-d6dfdea2e9e6cc2f7f8e788eb681990198d0ffcb.tar.bz2
gentoo-2-d6dfdea2e9e6cc2f7f8e788eb681990198d0ffcb.zip
Fix compilation on gcc3 and use -fPIC for editline.a. This is a proper -fPIC fix so no complaining please! ;-)
Diffstat (limited to 'app-crypt/heimdal/files')
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6-gcc3.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-crypt/heimdal/files/heimdal-0.6-gcc3.patch b/app-crypt/heimdal/files/heimdal-0.6-gcc3.patch
new file mode 100644
index 000000000000..8817d5ebce0a
--- /dev/null
+++ b/app-crypt/heimdal/files/heimdal-0.6-gcc3.patch
@@ -0,0 +1,13 @@
+--- heimdal-0.6/lib/krb5/verify_krb5_conf.c.gcc3 2004-02-16 21:22:53.000000000 -0500
++++ heimdal-0.6/lib/krb5/verify_krb5_conf.c 2004-02-16 21:23:08.000000000 -0500
+@@ -449,8 +449,8 @@
+
+ #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