# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../kdepim/sasl2.patch # Copyright (C) 2004 - 2005 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- --- ./config.h.in.orig 2005-03-11 19:23:49.000000000 -0300 +++ ./config.h.in 2005-03-11 19:25:52.138735384 -0300 @@ -192,8 +192,8 @@ /* Define to 1 if you have the header file. */ #undef HAVE_RE_COMP_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SASL_SASL_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SASL2_SASL_H /* Define to 1 if you have the `setenv' function. */ #undef HAVE_SETENV --- ./configure.orig 2005-03-11 19:23:49.000000000 -0300 +++ ./configure 2005-03-11 19:25:52.806633848 -0300 @@ -37583,7 +37583,7 @@ -for ac_header in sasl/sasl.h +for ac_header in sasl2/sasl.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then --- ./configure.in.orig 2005-03-11 19:23:49.000000000 -0300 +++ ./configure.in 2005-03-11 19:25:52.838628984 -0300 @@ -223,7 +223,7 @@ sasl2_header="no" SASL2_LIBS="" -KDE_CHECK_HEADERS(sasl/sasl.h, sasl2_header="yes") +KDE_CHECK_HEADERS(sasl2/sasl.h, sasl2_header="yes") if test "$sasl2_header" = "yes" ; then KDE_CHECK_LIB(sasl2, sasl_client_init, SASL2_LIBS="-lsasl2") fi --- ./kioslaves/imap4/imap4.cc.orig 2005-03-11 19:23:49.000000000 -0300 +++ ./kioslaves/imap4/imap4.cc 2005-03-11 19:25:52.865624880 -0300 @@ -66,7 +66,7 @@ #ifdef HAVE_LIBSASL2 extern "C" { -#include +#include } #endif --- ./kioslaves/imap4/imapparser.cc.orig 2005-03-11 19:23:49.000000000 -0300 +++ ./kioslaves/imap4/imapparser.cc 2005-03-11 19:25:52.888621384 -0300 @@ -43,7 +43,7 @@ #ifdef HAVE_LIBSASL2 extern "C" { -#include +#include } #endif --- ./kioslaves/sieve/sieve.cpp.orig 2005-03-11 19:23:49.000000000 -0300 +++ ./kioslaves/sieve/sieve.cpp 2005-03-11 19:25:52.904618952 -0300 @@ -29,7 +29,7 @@ #endif extern "C" { -#include +#include } #include "sieve.h" --- ./kioslaves/configure.in.in.orig 2005-03-11 19:23:49.000000000 -0300 +++ ./kioslaves/configure.in.in 2005-03-11 19:25:52.906618648 -0300 @@ -3,7 +3,7 @@ sasl2_header="no" SASL2_LIBS="" -KDE_CHECK_HEADERS(sasl/sasl.h, sasl2_header="yes") +KDE_CHECK_HEADERS(sasl2/sasl.h, sasl2_header="yes") if test "$sasl2_header" = "yes" ; then KDE_CHECK_LIB(sasl2, sasl_client_init, SASL2_LIBS="-lsasl2") fi