summaryrefslogtreecommitdiff
path: root/mail/evolution/patches/patch-aa
blob: aaa75d777cd818b790ab49515ef7cef40cc02eab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
$NetBSD: patch-aa,v 1.7 2001/12/03 06:27:11 tron Exp $

--- configure.orig	Wed Oct  3 00:12:24 2001
+++ configure	Mon Dec  3 07:22:41 2001
@@ -8366,13 +8366,13 @@
 if { (eval echo configure:8367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   CATOBJEXT=.gmo
-		   DATADIRNAME=share
+		   DATADIRNAME=${LOCALEDIR}
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
   rm -rf conftest*
   CATOBJEXT=.mo
-		   DATADIRNAME=lib
+		   DATADIRNAME=${LOCALEDIR}
 fi
 rm -f conftest*
 		INSTOBJEXT=.mo
@@ -8601,7 +8601,7 @@
       # We need to process the po/ directory.
       POSUB=po
     else
-      DATADIRNAME=share
+      DATADIRNAME=${LOCALEDIR}
       nls_cv_header_intl=intl/libintl.h
       nls_cv_header_libgt=intl/libgettext.h
     fi
@@ -9197,8 +9197,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=11
 
 evolution_db_version=${evolution_db_version_major}.${evolution_db_version_minor}.${evolution_db_version_patch}
 cat >> confdefs.h <<EOF