diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-07 01:08:46 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-07 01:08:46 +0800 |
commit | 6e51f1c4da7d20e8a482559829f7b66f7e744bb3 (patch) | |
tree | 53b34c3a309575789a99335f7fbef3bda1ed61ab /mail/evolution/files/patch-aa | |
parent | dd54ebe99113b2a7d4eeb3dfe482106eb04f59f6 (diff) | |
download | marcuscom-ports-6e51f1c4da7d20e8a482559829f7b66f7e744bb3.tar marcuscom-ports-6e51f1c4da7d20e8a482559829f7b66f7e744bb3.tar.gz marcuscom-ports-6e51f1c4da7d20e8a482559829f7b66f7e744bb3.tar.bz2 marcuscom-ports-6e51f1c4da7d20e8a482559829f7b66f7e744bb3.tar.lz marcuscom-ports-6e51f1c4da7d20e8a482559829f7b66f7e744bb3.tar.xz marcuscom-ports-6e51f1c4da7d20e8a482559829f7b66f7e744bb3.tar.zst marcuscom-ports-6e51f1c4da7d20e8a482559829f7b66f7e744bb3.zip |
Update to 2.27.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12267 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/files/patch-aa')
-rw-r--r-- | mail/evolution/files/patch-aa | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa new file mode 100644 index 000000000..ef43e24cd --- /dev/null +++ b/mail/evolution/files/patch-aa @@ -0,0 +1,45 @@ +--- configure.orig 2007-10-28 12:24:23.000000000 -0500 ++++ configure 2007-10-28 12:26:19.000000000 -0500 +@@ -23831,6 +23831,16 @@ + SOFTOKN3_LIB='' + HAL_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' ++ HAL_REQUIREMENT='hal' ++ ;; + *) os_win32=no + NO_UNDEFINED='' + SOEXT='.so' +@@ -25449,6 +25459,7 @@ + #include <sys/socket.h> + #include <netinet/in.h> + #include <netdb.h> ++ #include <stdio.h> + + #define BUFSIZE (sizeof(struct hostent)+10) + +@@ -29382,7 +29393,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" + sunlibs="-lkrb5 -lgss" + { echo "$as_me:$LINENO: checking for Kerberos 5" >&5 + echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6; } +@@ -37936,7 +37947,7 @@ + idldir='${datadir}'/idl/evolution-$BASE_VERSION + + +-serverdir="$libdir/bonobo/servers" ++serverdir="$prefix/libdata/bonobo/servers" + + + evolutionuidir="$privdatadir/ui" |