ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/mail/evolution/files/patch-aa
Revision: 16349
Committed: Sun Apr 20 18:32:36 2014 UTC (9 years, 11 months ago) by laffer1
File size: 1219 byte(s)
Log Message:
remove cvs2svn:cvs-rev prop

File Contents

# Content
1 --- configure.orig 2007-10-28 12:24:23.000000000 -0500
2 +++ configure 2007-10-28 12:26:19.000000000 -0500
3 @@ -23831,6 +23831,16 @@
4 SOFTOKN3_LIB=''
5 HAL_REQUIREMENT=''
6 ;;
7 +*freebsd*) os_win32=no
8 + NO_UNDEFINED=''
9 + SOCKET_LIBS=''
10 + SOEXT='.so'
11 + SA_JUNK_PLUGIN=sa-junk-plugin
12 + BF_JUNK_PLUGIN=bogo-junk-plugin
13 + DL_LIB=''
14 + SOFTOKN3_LIB='-lsoftokn3'
15 + HAL_REQUIREMENT='hal'
16 + ;;
17 *) os_win32=no
18 NO_UNDEFINED=''
19 SOEXT='.so'
20 @@ -25449,6 +25459,7 @@
21 #include <sys/socket.h>
22 #include <netinet/in.h>
23 #include <netdb.h>
24 + #include <stdio.h>
25
26 #define BUFSIZE (sizeof(struct hostent)+10)
27
28 @@ -29382,7 +29393,7 @@
29 LDFLAGS_save="$LDFLAGS"
30
31 mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5"
32 - heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi"
33 + heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi -lcrypt"
34 sunlibs="-lkrb5 -lgss"
35 { echo "$as_me:$LINENO: checking for Kerberos 5" >&5
36 echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6; }
37 @@ -37936,7 +37947,7 @@
38 idldir='${datadir}'/idl/evolution-$BASE_VERSION
39
40
41 -serverdir="$libdir/bonobo/servers"
42 +serverdir="$prefix/libdata/bonobo/servers"
43
44
45 evolutionuidir="$privdatadir/ui"