OpenSDE Packages Database (without history before r20070)
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.

101 lines
4.1 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../evolution/seamonkey.patch.disabled
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- evolution-2.6.0/configure 2006-03-13 10:08:20.000000000 +0100
  17. +++ evolution-2.6.0-T2/configure 2006-04-01 23:11:01.000000000 +0200
  18. @@ -28777,7 +28777,7 @@ if test "x${enable_nss}" = "xyes" || tes
  19. check_manually="no"
  20. fi
  21. - if test "x${check_manually}" = "xno" && `$PKG_CONFIG --exists mozilla-nss`; then
  22. + if test "x${check_manually}" = "xno" && `$PKG_CONFIG --exists seamonkey-nss`; then
  23. pkg_failed=no
  24. echo "$as_me:$LINENO: checking for NSS_CFLAGS" >&5
  25. @@ -28788,12 +28788,12 @@ else
  26. if test "x$ac_cv_env_NSS_CFLAGS_set" = "xset"; then
  27. pkg_cv_NSS_CFLAGS=$ac_cv_env_NSS_CFLAGS_value
  28. elif test -n "$PKG_CONFIG"; then
  29. - if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"mozilla-nss\" >/dev/null 2>&1") >&5
  30. - ($PKG_CONFIG --exists "mozilla-nss" >/dev/null 2>&1) 2>&5
  31. + if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"seamonkey-nss\" >/dev/null 2>&1") >&5
  32. + ($PKG_CONFIG --exists "seamonkey-nss" >/dev/null 2>&1) 2>&5
  33. ac_status=$?
  34. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  35. (exit $ac_status); }; then
  36. - pkg_cv_NSS_CFLAGS=`$PKG_CONFIG --cflags "mozilla-nss" 2>/dev/null`
  37. + pkg_cv_NSS_CFLAGS=`$PKG_CONFIG --cflags "seamonkey-nss" 2>/dev/null`
  38. else
  39. pkg_failed=yes
  40. fi
  41. @@ -28811,12 +28811,12 @@ else
  42. if test "x$ac_cv_env_NSS_LIBS_set" = "xset"; then
  43. pkg_cv_NSS_LIBS=$ac_cv_env_NSS_LIBS_value
  44. elif test -n "$PKG_CONFIG"; then
  45. - if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"mozilla-nss\" >/dev/null 2>&1") >&5
  46. - ($PKG_CONFIG --exists "mozilla-nss" >/dev/null 2>&1) 2>&5
  47. + if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"seamonkey-nss\" >/dev/null 2>&1") >&5
  48. + ($PKG_CONFIG --exists "seamonkey-nss" >/dev/null 2>&1) 2>&5
  49. ac_status=$?
  50. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  51. (exit $ac_status); }; then
  52. - pkg_cv_NSS_LIBS=`$PKG_CONFIG --libs "mozilla-nss" 2>/dev/null`
  53. + pkg_cv_NSS_LIBS=`$PKG_CONFIG --libs "seamonkey-nss" 2>/dev/null`
  54. else
  55. pkg_failed=yes
  56. fi
  57. @@ -28828,18 +28828,18 @@ echo "$as_me:$LINENO: result: $pkg_cv_NS
  58. echo "${ECHO_T}$pkg_cv_NSS_LIBS" >&6
  59. if test $pkg_failed = yes; then
  60. - NSS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "mozilla-nss"`
  61. + NSS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "seamonkey-nss"`
  62. # Put the nasty error message in config.log where it belongs
  63. echo "$NSS_PKG_ERRORS" 1>&5
  64. - { { echo "$as_me:$LINENO: error: Package requirements (mozilla-nss) were not met.
  65. + { { echo "$as_me:$LINENO: error: Package requirements (seamonkey-nss) were not met.
  66. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  67. installed software in a non-standard prefix.
  68. Alternatively you may set the NSS_CFLAGS and NSS_LIBS environment variables
  69. to avoid the need to call pkg-config. See the pkg-config man page for
  70. more details." >&5
  71. -echo "$as_me: error: Package requirements (mozilla-nss) were not met.
  72. +echo "$as_me: error: Package requirements (seamonkey-nss) were not met.
  73. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  74. installed software in a non-standard prefix.
  75. @@ -28884,8 +28884,8 @@ _ACEOF
  76. msg_smime="yes (Mozilla NSS)"
  77. fi
  78. - mozilla_nspr="mozilla-nspr"
  79. - mozilla_nss="mozilla-nss"
  80. + mozilla_nspr="seamonkey-nspr"
  81. + mozilla_nss="seamonkey-nss"
  82. cat >>confdefs.h <<\_ACEOF
  83. #define HAVE_NSS 1
  84. @@ -28898,7 +28898,7 @@ _ACEOF
  85. cat >>confdefs.h <<_ACEOF
  86. -#define MOZILLA_NSS_LIB_DIR "`$PKG_CONFIG --variable=libdir mozilla-nss`"
  87. +#define MOZILLA_NSS_LIB_DIR "`$PKG_CONFIG --variable=libdir seamonkey-nss`"
  88. _ACEOF
  89. MANUAL_NSPR_CFLAGS=""