summaryrefslogtreecommitdiffstats
path: root/mail/evolution/files/patch-aa
blob: 30b05efea0a9d91b39ebe81fae1b51d8f716576e (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
--- configure.orig  Tue Jun 19 00:18:59 2007
+++ configure   Tue Jun 19 00:25:55 2007
@@ -24959,6 +24959,15 @@ case "$host" in
     SOFTOKN3_LIB=''
     HAL_REQUIREMENT=''
     ;;
+*freebsd*) os_win32=no
+    NO_UNDEFINED=''
+    SOCKET_LIBS=''
+    SOEXT='.so'
+    SA_JUNK_PLUGIN=sa-junk-plugin
+    DL_LIB=''
+    SOFTOKN3_LIB='-lsoftokn3'
+    HAL_REQUIREMENT='hal'
+    ;;
 *)  os_win32=no
     NO_UNDEFINED=''
     SOEXT='.so'
@@ -26433,6 +26442,7 @@ cat >>conftest.$ac_ext <<_ACEOF
        #include <sys/socket.h>
        #include <netinet/in.h>
        #include <netdb.h>
+       #include <stdio.h>
 
        #define BUFSIZE (sizeof(struct hostent)+10)
 
@@ -30930,7 +30940,7 @@ if test "x${with_krb5}" != "xno"; then
    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"
    sunlibs="-lkrb5 -lgss"
    { echo "$as_me:$LINENO: checking for Kerberos 5" >&5
 echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6; }
@@ -37393,7 +37403,7 @@ componentdir="$privlibdir/components"
 idldir='${datadir}'/idl/evolution-$BASE_VERSION
 
 
-serverdir="$libdir/bonobo/servers"
+serverdir="$prefix/libdata/bonobo/servers"
 
 
 evolutionuidir="$privdatadir/ui"