summaryrefslogtreecommitdiffstats
path: root/tomboy/gmime2.6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tomboy/gmime2.6.patch')
-rw-r--r--tomboy/gmime2.6.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/tomboy/gmime2.6.patch b/tomboy/gmime2.6.patch
new file mode 100644
index 0000000..ddc4f87
--- /dev/null
+++ b/tomboy/gmime2.6.patch
@@ -0,0 +1,14 @@
+diff -up ./configure.in.orig ./configure.in
+--- ./configure.in.orig 2011-08-16 07:37:09.546601003 +0000
++++ ./configure.in 2011-08-16 07:37:27.384119529 +0000
+@@ -232,8 +232,8 @@ done
+ # Evolution.dll needs GMime#
+ #
+ if test "x$ENABLE_GNOME" != "xno"; then
+- if pkg-config --exists gmime-sharp-2.4; then
+- PKG_CHECK_MODULES(EVOLUTION, gmime-sharp-2.4, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
++ if pkg-config --exists gmime-sharp-2.6; then
++ PKG_CHECK_MODULES(EVOLUTION, gmime-sharp-2.6, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
+ else
+ PKG_CHECK_MODULES(EVOLUTION, gmime-sharp >= 2.2.7, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
+ fi