diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-04-12 05:11:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-04-12 05:11:40 +0000 |
commit | 3c0577ef000a7a1bf76b0fcc4891d84dd46dbfff (patch) | |
tree | c0a29d655d17ad5e4ce9eb1208bdd79ce5edb759 /mail/evolution | |
parent | update to 0.8.2 (diff) |
Apply a patch from evolution-data-server to fix iconv detection.
Notes
Notes:
svn path=/head/; revision=189835
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/files/patch-aa | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa index 2064553fc85a..dddc3d63572e 100644 --- a/mail/evolution/files/patch-aa +++ b/mail/evolution/files/patch-aa @@ -1,5 +1,5 @@ ---- configure.orig Tue Apr 10 14:45:04 2007 -+++ configure Tue Apr 10 14:45:37 2007 +--- configure.orig Wed Apr 11 20:01:06 2007 ++++ configure Thu Apr 12 01:10:01 2007 @@ -24916,6 +24916,15 @@ case "$host" in SOFTOKN3_LIB='' HAL_REQUIREMENT='' @@ -16,7 +16,15 @@ *) os_win32=no NO_UNDEFINED='' SOEXT='.so' -@@ -26594,6 +26603,7 @@ cat >>conftest.$ac_ext <<_ACEOF +@@ -24979,6 +24988,7 @@ int main (int argc, char **argv) + { + iconv_t cd; + cd = iconv_open ("UTF-8", "ISO-8859-1"); ++ return (0); + } + + _ACEOF +@@ -26594,6 +26604,7 @@ cat >>conftest.$ac_ext <<_ACEOF #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> @@ -24,7 +32,7 @@ #define BUFSIZE (sizeof(struct hostent)+10) -@@ -30819,7 +30829,7 @@ if test "x${with_krb5}" != "xno"; then +@@ -30819,7 +30830,7 @@ if test "x${with_krb5}" != "xno"; then LDFLAGS_save="$LDFLAGS" mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5" @@ -33,7 +41,7 @@ { echo "$as_me:$LINENO: checking for Kerberos 5" >&5 echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6; } if test "${ac_cv_lib_kerberos5+set}" = set; then -@@ -37148,7 +37158,7 @@ componentdir="$privlibdir/components" +@@ -37148,7 +37159,7 @@ componentdir="$privlibdir/components" idldir='${datadir}'/idl/evolution-$BASE_VERSION |