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.

79 lines
3.0 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/kde/kdepim/sasl2-location.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. diff -ruN kdepim-3.5.0/configure.in kdepim-3.5.0-new/configure.in
  20. --- kdepim-3.5.0/configure.in 2005-11-26 08:34:20.000000000 +0100
  21. +++ kdepim-3.5.0-new/configure.in 2005-12-07 16:01:42.000000000 +0100
  22. @@ -325,7 +325,7 @@
  23. sasl2_header="no"
  24. SASL2_LIBS=""
  25. if test "x$with_sasl" != xno; then
  26. - KDE_CHECK_HEADERS(sasl/sasl.h, sasl2_header="yes")
  27. + KDE_CHECK_HEADERS(sasl2/sasl.h, sasl2_header="yes")
  28. if test "$sasl2_header" = "yes" ; then
  29. KDE_CHECK_LIB(sasl2, sasl_client_init, SASL2_LIBS="-lsasl2")
  30. fi
  31. diff -ruN kdepim-3.5.0/kioslaves/configure.in.in kdepim-3.5.0-new/kioslaves/configure.in.in
  32. --- kdepim-3.5.0/kioslaves/configure.in.in 2005-10-10 17:02:21.000000000 +0200
  33. +++ kdepim-3.5.0-new/kioslaves/configure.in.in 2005-12-07 16:01:15.000000000 +0100
  34. @@ -8,7 +8,7 @@
  35. sasl2_header="no"
  36. SASL2_LIBS=""
  37. if test "x$with_sasl" != xno; then
  38. - KDE_CHECK_HEADERS(sasl/sasl.h, sasl2_header="yes")
  39. + KDE_CHECK_HEADERS(sasl2/sasl.h, sasl2_header="yes")
  40. if test "$sasl2_header" = "yes" ; then
  41. KDE_CHECK_LIB(sasl2, sasl_client_init, SASL2_LIBS="-lsasl2")
  42. fi
  43. diff -ruN kdepim-3.5.0/kioslaves/imap4/imap4.cc kdepim-3.5.0-new/kioslaves/imap4/imap4.cc
  44. --- kdepim-3.5.0/kioslaves/imap4/imap4.cc 2005-10-10 17:02:21.000000000 +0200
  45. +++ kdepim-3.5.0-new/kioslaves/imap4/imap4.cc 2005-12-07 16:02:04.000000000 +0100
  46. @@ -74,7 +74,7 @@
  47. #ifdef HAVE_LIBSASL2
  48. extern "C" {
  49. -#include <sasl/sasl.h>
  50. +#include <sasl2/sasl.h>
  51. }
  52. #endif
  53. diff -ruN kdepim-3.5.0/kioslaves/imap4/imapparser.cc kdepim-3.5.0-new/kioslaves/imap4/imapparser.cc
  54. --- kdepim-3.5.0/kioslaves/imap4/imapparser.cc 2005-09-10 10:24:05.000000000 +0200
  55. +++ kdepim-3.5.0-new/kioslaves/imap4/imapparser.cc 2005-12-07 16:02:22.000000000 +0100
  56. @@ -43,7 +43,7 @@
  57. #ifdef HAVE_LIBSASL2
  58. extern "C" {
  59. -#include <sasl/sasl.h>
  60. +#include <sasl2/sasl.h>
  61. }
  62. #endif
  63. diff -ruN kdepim-3.5.0/kioslaves/sieve/sieve.cpp kdepim-3.5.0-new/kioslaves/sieve/sieve.cpp
  64. --- kdepim-3.5.0/kioslaves/sieve/sieve.cpp 2005-09-10 10:24:05.000000000 +0200
  65. +++ kdepim-3.5.0-new/kioslaves/sieve/sieve.cpp 2005-12-07 16:02:36.000000000 +0100
  66. @@ -29,7 +29,7 @@
  67. #endif
  68. extern "C" {
  69. -#include <sasl/sasl.h>
  70. +#include <sasl2/sasl.h>
  71. }
  72. #include "sieve.h"