summaryrefslogtreecommitdiffstats
path: root/mail/evolution/files/patch-aa
blob: aee858a5885f512527fdad2c468d578796aa195b (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
--- configure.orig  2009-12-26 20:42:20.000000000 +0100
+++ configure   2009-12-26 20:49:17.000000000 +0100
@@ -4329,7 +4329,7 @@
    -Wdeclaration-after-statement
    -Werror-implicit-function-declaration
    -Wformat-security -Winit-self
-   -Wmissing-declarations -Wmissing-include-dirs
+   -Wmissing-declarations 
    -Wmissing-noreturn -Wnested-externs -Wpointer-arith
    -Wredundant-decls -Wundef -Wwrite-strings"
   flags_supported=""
@@ -16441,6 +16441,16 @@
    CHAMPLAIN_REQUIREMENT=''
    GEOCLUE_REQUIREMENT=''
    ;;
+*freebsd*)
+   os_win32=no
+   NO_UNDEFINED=''
+   SOCKET_LIBS=''
+   SOEXT='.so'
+   SA_JUNK_PLUGIN=sa-junk-plugin
+   BF_JUNK_PLUGIN=bogo-junk-plugin
+   DL_LIB=''
+   SOFTOKN3_LIB='-lsoftokn3'
+   ;;
 *)
    os_win32=no
    NO_UNDEFINED='-no-undefined'
@@ -18544,6 +18554,7 @@
        #include <sys/socket.h>
        #include <netinet/in.h>
        #include <netdb.h>
+       #include <stdio.h>
 
        #define BUFSIZE (sizeof(struct hostent)+10)
 
@@ -22223,7 +22234,7 @@
        LIBS_save="$LIBS"
 
        mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5"
-       heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi"
+       heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi -lcrypt -lhx509"
        sunlibs="-lkrb5 -lgss"
        if test "${ac_cv_lib_kerberos5+set}" = set; then
   $as_echo_n "(cached) " >&6