diff options
Diffstat (limited to 'testing/dbmail/gmime-2.6.patch')
-rw-r--r-- | testing/dbmail/gmime-2.6.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/dbmail/gmime-2.6.patch b/testing/dbmail/gmime-2.6.patch new file mode 100644 index 0000000000..105ec5e6bd --- /dev/null +++ b/testing/dbmail/gmime-2.6.patch @@ -0,0 +1,32 @@ +--- a/acinclude.m4.orig ++++ b/acinclude.m4 +@@ -407,7 +407,7 @@ + AC_MSG_ERROR([pkg-config executable not found. Make sure pkg-config is in your path]) + else + AC_MSG_CHECKING([GMime headers]) +- ac_gmime_cflags=`${gmimeconfig} --cflags gmime-2.4` ++ ac_gmime_cflags=`${gmimeconfig} --cflags gmime-2.6` + if test -z "$ac_gmime_cflags" + then + AC_MSG_RESULT([no]) +@@ -418,7 +418,7 @@ + fi + + AC_MSG_CHECKING([GMime libraries]) +- ac_gmime_libs=`${gmimeconfig} --libs gmime-2.4` ++ ac_gmime_libs=`${gmimeconfig} --libs gmime-2.6` + if test -z "$ac_gmime_libs" + then + AC_MSG_RESULT([no]) +@@ -427,9 +427,9 @@ + LDFLAGS="$LDFLAGS $ac_gmime_libs" + AC_MSG_RESULT([$ac_gmime_libs]) + fi +- ac_gmime_minvers="2.4.6" ++ ac_gmime_minvers="2.6.0" + AC_MSG_CHECKING([GMime version >= $ac_gmime_minvers]) +- ac_gmime_vers=`${gmimeconfig} --atleast-version=$ac_gmime_minvers gmime-2.4 && echo yes` ++ ac_gmime_vers=`${gmimeconfig} --atleast-version=$ac_gmime_minvers gmime-2.6 && echo yes` + if test -z "$ac_gmime_vers" + then + AC_MSG_ERROR([At least GMime version $ac_gmime_minvers is required.]) |