diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-18 17:12:17 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-18 17:12:17 +0800 |
commit | 7297e401ac15309504946593864cde6632869a08 (patch) | |
tree | 866ed90f469814fe139ee1983d9ef068c71c4474 /mail/evolution/files/patch-aa | |
parent | 153f836b9e362f8d141d31eef3e41c1f86a439da (diff) | |
download | marcuscom-ports-7297e401ac15309504946593864cde6632869a08.tar.gz marcuscom-ports-7297e401ac15309504946593864cde6632869a08.tar.zst marcuscom-ports-7297e401ac15309504946593864cde6632869a08.zip |
Update to 2.9.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7815 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/files/patch-aa')
-rw-r--r-- | mail/evolution/files/patch-aa | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa new file mode 100644 index 000000000..c852e6179 --- /dev/null +++ b/mail/evolution/files/patch-aa @@ -0,0 +1,44 @@ +--- configure.orig Tue Nov 15 17:58:33 2005 ++++ configure Tue Nov 15 18:02:37 2005 +@@ -23732,6 +23732,15 @@ + 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' +@@ -26280,6 +26289,7 @@ + #include <sys/socket.h> + #include <netinet/in.h> + #include <netdb.h> ++ #include <stdio.h> + + + int +@@ -27980,7 +27990,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 +@@ -33143,7 +33153,7 @@ + idldir="$datadir/idl/evolution-$BASE_VERSION" + + +-serverdir="$libdir/bonobo/servers" ++serverdir="$prefix/libdata/bonobo/servers" + + + evolutionuidir="$privdatadir/ui" |