summaryrefslogtreecommitdiffstats
path: root/mail/evolution/files/patch-aa
blob: ed61b346bb3bc5be218b6acfe0004260412f292a (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
--- configure.orig  Wed Jun 15 20:26:15 2005
+++ configure   Wed Jun 15 20:26:33 2005
@@ -24869,6 +24869,7 @@
        #include <sys/socket.h>
        #include <netinet/in.h>
        #include <netdb.h>
+       #include <stdio.h>
 
 
 int
@@ -26345,7 +26346,7 @@
    LDFLAGS_save="$LDFLAGS"
 
    mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5"
-   heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi"
+   heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi -lcrypt"
    echo "$as_me:$LINENO: checking for Kerberos 5" >&5
 echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6
 if test "${ac_cv_lib_kerberos5+set}" = set; then
@@ -27517,10 +27518,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
@@ -31450,7 +31451,7 @@
 idldir="$datadir/idl/evolution-$BASE_VERSION"
 
 
-serverdir="$libdir/bonobo/servers"
+serverdir="$prefix/libdata/bonobo/servers"
 
 
 evolutionuidir="$privdatadir/ui"