1.1 --- a/dovecot/dovecot.patch Wed Feb 08 20:16:25 2012 +0200 1.2 +++ b/dovecot/dovecot.patch Tue Aug 28 18:52:55 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 Index: configure.in 1.5 ---- configure.in.orig 2011-03-04 19:47:50.000000000 +0100 1.6 -+++ configure.in 2011-03-05 13:00:48.000000000 +0100 1.7 -@@ -2100,14 +2100,14 @@ 1.8 +--- configure.in.orig 2012-04-23 14:35:10.000000000 +0200 1.9 ++++ configure.in 2012-04-29 19:55:10.000000000 +0200 1.10 +@@ -2122,14 +2122,14 @@ 1.11 AC_CHECK_PROG(PG_CONFIG, pg_config, pg_config, NO) 1.12 if test $PG_CONFIG = NO; then 1.13 # based on code from PHP 1.14 @@ -21,9 +21,9 @@ 1.15 PGSQL_LIBDIR=$i/$j 1.16 fi 1.17 Index: configure 1.18 ---- configure.orig 2011-03-04 19:47:55.000000000 +0100 1.19 -+++ configure 2011-03-05 13:00:48.000000000 +0100 1.20 -@@ -22858,14 +22858,14 @@ 1.21 +--- configure.orig 2012-04-23 14:35:52.000000000 +0200 1.22 ++++ configure 2012-04-29 19:55:11.000000000 +0200 1.23 +@@ -22919,14 +22919,14 @@ 1.24 1.25 if test $PG_CONFIG = NO; then 1.26 # based on code from PHP