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.

55 lines
1.5 KiB

  1. --- ./kioslaves/imap4/imap4.cc.orig 2005-03-22 17:30:32.000000000 +0100
  2. +++ ./kioslaves/imap4/imap4.cc 2005-03-22 17:31:55.000000000 +0100
  3. @@ -66,7 +66,7 @@
  4. #ifdef HAVE_LIBSASL2
  5. extern "C" {
  6. -#include <sasl/sasl.h>
  7. +#include <sasl2/sasl.h>
  8. }
  9. #endif
  10. --- ./kioslaves/imap4/imapparser.cc.orig 2005-03-22 17:30:39.000000000 +0100
  11. +++ ./kioslaves/imap4/imapparser.cc 2005-03-22 17:32:07.000000000 +0100
  12. @@ -43,7 +43,7 @@
  13. #ifdef HAVE_LIBSASL2
  14. extern "C" {
  15. -#include <sasl/sasl.h>
  16. +#include <sasl2/sasl.h>
  17. }
  18. #endif
  19. --- ./kioslaves/sieve/sieve.cpp.orig 2005-03-22 17:30:57.000000000 +0100
  20. +++ ./kioslaves/sieve/sieve.cpp 2005-03-22 17:32:21.000000000 +0100
  21. @@ -29,7 +29,7 @@
  22. #endif
  23. extern "C" {
  24. -#include <sasl/sasl.h>
  25. +#include <sasl2/sasl.h>
  26. }
  27. #include "sieve.h"
  28. --- ./kioslaves/configure.in.in.orig 2005-03-22 17:30:51.000000000 +0100
  29. +++ ./kioslaves/configure.in.in 2005-03-22 17:32:33.000000000 +0100
  30. @@ -3,7 +3,7 @@
  31. sasl2_header="no"
  32. SASL2_LIBS=""
  33. -KDE_CHECK_HEADERS(sasl/sasl.h, sasl2_header="yes")
  34. +KDE_CHECK_HEADERS(sasl2/sasl.h, sasl2_header="yes")
  35. if test "$sasl2_header" = "yes" ; then
  36. KDE_CHECK_LIB(sasl2, sasl_client_init, SASL2_LIBS="-lsasl2")
  37. fi
  38. --- ./configure.in.orig 2005-03-22 17:30:24.000000000 +0100
  39. +++ ./configure.in 2005-03-22 17:31:35.000000000 +0100
  40. @@ -223,7 +223,7 @@
  41. sasl2_header="no"
  42. SASL2_LIBS=""
  43. -KDE_CHECK_HEADERS(sasl/sasl.h, sasl2_header="yes")
  44. +KDE_CHECK_HEADERS(sasl2/sasl.h, sasl2_header="yes")
  45. if test "$sasl2_header" = "yes" ; then
  46. KDE_CHECK_LIB(sasl2, sasl_client_init, SASL2_LIBS="-lsasl2")
  47. fi