diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 15:54:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 15:54:17 +0000 |
commit | d6dfdea2e9e6cc2f7f8e788eb681990198d0ffcb (patch) | |
tree | 2efe461d870a984e132cdf7dcad61ba7fcf574d7 /app-crypt/heimdal/files | |
parent | Initial revision. Ebuild submitted by Michael C. Ferguson <mcf@augustmail.com... (diff) | |
download | gentoo-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.patch | 13 |
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 |