summaryrefslogtreecommitdiffstats
path: root/mail/evolution/files/patch-aa
blob: 786df37269deb4ad960775e9c471aa89549e81d6 (plain) (blame)
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
41
42
43
44
45
46
--- configure.orig  Mon Mar 10 12:01:16 2003
+++ configure   Thu Mar 13 01:31:35 2003
@@ -11148,7 +11148,7 @@
 CPPFLAGS="$DB3_CFLAGS $CPPFLAGS"
 
 
-for ac_header in db.h db3/db.h
+for ac_header in db3/db.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
@@ -11341,9 +11341,9 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-{ { echo "$as_me:$LINENO: error: Found db.h is not version $evolution_db_version" >&5
-echo "$as_me: error: Found db.h is not version $evolution_db_version" >&2;}
-   { (exit 1); exit 1; }; }
+#{ { echo "$as_me:$LINENO: error: Found db.h is not version $evolution_db_version" >&5
+#echo "$as_me: error: Found db.h is not version $evolution_db_version" >&2;}
+#   { (exit 1); exit 1; }; }
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
@@ -13495,10 +13495,10 @@
 Example: --with-nspr-libs=/usr/lib" >&2;}
    { (exit 1); exit 1; }; }
                        else
-                       nsprlibs="-ldl $with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB"
+                   nsprlibs="$with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB"
                fi
            else
-               nsprlibs="-ldl -lplc4 -lplds4 -lnspr4 $PTHREAD_LIB"
+               nsprlibs="-lplc4 -lplds4 -lnspr4 $PTHREAD_LIB"
            fi
 
            echo "$as_me:$LINENO: checking for Mozilla nspr libraries" >&5
@@ -16710,7 +16710,7 @@
 idldir="$datadir/idl/evolution-$BASE_VERSION"
 
 
-serverdir="$libdir/bonobo/servers"
+serverdir="$prefix/libdata/bonobo/servers"
 
 
 evolutionuidir="$privdatadir/ui"