diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2005-08-23 13:39:53 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2005-08-23 13:39:53 +0000 |
commit | 74e19aabb557e7e4ac998d31fe2becbfae5680db (patch) | |
tree | 9a55a9503cd8d61b91a8d3f3fb8ab528ae573a36 /gnome-extra/evolution-exchange/files | |
parent | Use -1 instead of /bin/false, bug #103421. (diff) | |
download | gentoo-2-74e19aabb557e7e4ac998d31fe2becbfae5680db.tar.gz gentoo-2-74e19aabb557e7e4ac998d31fe2becbfae5680db.tar.bz2 gentoo-2-74e19aabb557e7e4ac998d31fe2becbfae5680db.zip |
Initial commit, eventually pkgmove ximian-connector to this.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'gnome-extra/evolution-exchange/files')
-rw-r--r-- | gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.3.8 | 1 | ||||
-rw-r--r-- | gnome-extra/evolution-exchange/files/evolution-exchange-2.3.8-kerb.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.3.8 b/gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.3.8 new file mode 100644 index 000000000000..ee96255f248f --- /dev/null +++ b/gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.3.8 @@ -0,0 +1 @@ +MD5 209db86eb78118440b7db06721b0fe7a evolution-exchange-2.3.8.tar.bz2 1090986 diff --git a/gnome-extra/evolution-exchange/files/evolution-exchange-2.3.8-kerb.patch b/gnome-extra/evolution-exchange/files/evolution-exchange-2.3.8-kerb.patch new file mode 100644 index 000000000000..8c3444986ae9 --- /dev/null +++ b/gnome-extra/evolution-exchange/files/evolution-exchange-2.3.8-kerb.patch @@ -0,0 +1,12 @@ +--- evolution-exchange-2.3.7/configure.in 2005-08-07 23:34:32.000000000 -0400 ++++ evolution-exchange-2.3.7.new/configure.in 2005-08-22 18:26:49.000000000 -0400 +@@ -211,7 +211,8 @@ + LDFLAGS="$LDFLAGS -L$with_krb5_libs $mitlibs" + AC_TRY_LINK_FUNC(krb5_init_context, ac_cv_lib_kerberos5="$mitlibs", + [ +- LDFLAGS="$LDFLAGS_save -L$with_krb5_libs $heimlibs" ++ #LDFLAGS="$LDFLAGS_save -L$with_krb5_libs $heimlibs" ++ LDFLAGS="`krb5-config --libs`" + AC_TRY_LINK_FUNC(krb5_init_context, ac_cv_lib_kerberos5="$heimlibs", ac_cv_lib_kerberos5="no") + ]) + LDFLAGS="$LDFLAGS_save" |