diff options
Diffstat (limited to 'mail/evolution/patches/patch-aa')
-rw-r--r-- | mail/evolution/patches/patch-aa | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/mail/evolution/patches/patch-aa b/mail/evolution/patches/patch-aa index 23b1e33d235..80187165d95 100644 --- a/mail/evolution/patches/patch-aa +++ b/mail/evolution/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.2 2001/05/25 06:16:17 rh Exp $ +$NetBSD: patch-aa,v 1.3 2001/08/11 18:39:25 rh Exp $ ---- configure.orig Thu Apr 26 23:50:36 2001 +--- configure.orig Tue Jul 31 20:06:13 2001 +++ configure -@@ -4660,13 +4660,13 @@ - if { (eval echo configure:4661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +@@ -4757,13 +4757,13 @@ + if { (eval echo configure:4758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* CATOBJEXT=.gmo - DATADIRNAME=share @@ -18,7 +18,7 @@ $NetBSD: patch-aa,v 1.2 2001/05/25 06:16:17 rh Exp $ fi rm -f conftest* INSTOBJEXT=.mo -@@ -4895,7 +4895,7 @@ +@@ -4992,7 +4992,7 @@ # We need to process the po/ directory. POSUB=po else @@ -27,3 +27,14 @@ $NetBSD: patch-aa,v 1.2 2001/05/25 06:16:17 rh Exp $ nls_cv_header_intl=intl/libintl.h nls_cv_header_libgt=intl/libgettext.h fi +@@ -5607,8 +5607,8 @@ + # This can only change between Evolution versions (and then can only + # go up.) + evolution_db_version_major=3 +-evolution_db_version_minor=1 +-evolution_db_version_patch=17 ++evolution_db_version_minor=2 ++evolution_db_version_patch=9 + + evolution_db_version=${evolution_db_version_major}.${evolution_db_version_minor}.${evolution_db_version_patch} + cat >> confdefs.h <<EOF |