mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
2.2 KiB

  1. diff -ruN kdepim-3.5.0/configure.in kdepim-3.5.0-new/configure.in
  2. --- kdepim-3.5.0/configure.in 2005-11-26 08:34:20.000000000 +0100
  3. +++ kdepim-3.5.0-new/configure.in 2005-12-07 16:01:42.000000000 +0100
  4. @@ -325,7 +325,7 @@
  5. sasl2_header="no"
  6. SASL2_LIBS=""
  7. if test "x$with_sasl" != xno; then
  8. - KDE_CHECK_HEADERS(sasl/sasl.h, sasl2_header="yes")
  9. + KDE_CHECK_HEADERS(sasl2/sasl.h, sasl2_header="yes")
  10. if test "$sasl2_header" = "yes" ; then
  11. KDE_CHECK_LIB(sasl2, sasl_client_init, SASL2_LIBS="-lsasl2")
  12. fi
  13. diff -ruN kdepim-3.5.0/kioslaves/configure.in.in kdepim-3.5.0-new/kioslaves/configure.in.in
  14. --- kdepim-3.5.0/kioslaves/configure.in.in 2005-10-10 17:02:21.000000000 +0200
  15. +++ kdepim-3.5.0-new/kioslaves/configure.in.in 2005-12-07 16:01:15.000000000 +0100
  16. @@ -8,7 +8,7 @@
  17. sasl2_header="no"
  18. SASL2_LIBS=""
  19. if test "x$with_sasl" != xno; then
  20. - KDE_CHECK_HEADERS(sasl/sasl.h, sasl2_header="yes")
  21. + KDE_CHECK_HEADERS(sasl2/sasl.h, sasl2_header="yes")
  22. if test "$sasl2_header" = "yes" ; then
  23. KDE_CHECK_LIB(sasl2, sasl_client_init, SASL2_LIBS="-lsasl2")
  24. fi
  25. diff -ruN kdepim-3.5.0/kioslaves/imap4/imap4.cc kdepim-3.5.0-new/kioslaves/imap4/imap4.cc
  26. --- kdepim-3.5.0/kioslaves/imap4/imap4.cc 2005-10-10 17:02:21.000000000 +0200
  27. +++ kdepim-3.5.0-new/kioslaves/imap4/imap4.cc 2005-12-07 16:02:04.000000000 +0100
  28. @@ -74,7 +74,7 @@
  29. #ifdef HAVE_LIBSASL2
  30. extern "C" {
  31. -#include <sasl/sasl.h>
  32. +#include <sasl2/sasl.h>
  33. }
  34. #endif
  35. diff -ruN kdepim-3.5.0/kioslaves/imap4/imapparser.cc kdepim-3.5.0-new/kioslaves/imap4/imapparser.cc
  36. --- kdepim-3.5.0/kioslaves/imap4/imapparser.cc 2005-09-10 10:24:05.000000000 +0200
  37. +++ kdepim-3.5.0-new/kioslaves/imap4/imapparser.cc 2005-12-07 16:02:22.000000000 +0100
  38. @@ -43,7 +43,7 @@
  39. #ifdef HAVE_LIBSASL2
  40. extern "C" {
  41. -#include <sasl/sasl.h>
  42. +#include <sasl2/sasl.h>
  43. }
  44. #endif
  45. diff -ruN kdepim-3.5.0/kioslaves/sieve/sieve.cpp kdepim-3.5.0-new/kioslaves/sieve/sieve.cpp
  46. --- kdepim-3.5.0/kioslaves/sieve/sieve.cpp 2005-09-10 10:24:05.000000000 +0200
  47. +++ kdepim-3.5.0-new/kioslaves/sieve/sieve.cpp 2005-12-07 16:02:36.000000000 +0100
  48. @@ -29,7 +29,7 @@
  49. #endif
  50. extern "C" {
  51. -#include <sasl/sasl.h>
  52. +#include <sasl2/sasl.h>
  53. }
  54. #include "sieve.h"