diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 13:47:50 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 13:47:50 +0800 |
commit | 27f48380d39d698ae9e27c27790814e2b3c8e1c2 (patch) | |
tree | 664aab9b9c0a07784dac05da1a5ae7572814f28a /databases/evolution-data-server/files/patch-configure | |
parent | f536dbe76ff5d01f70a87da19ad1fbc3804e956e (diff) | |
download | marcuscom-ports-27f48380d39d698ae9e27c27790814e2b3c8e1c2.tar marcuscom-ports-27f48380d39d698ae9e27c27790814e2b3c8e1c2.tar.gz marcuscom-ports-27f48380d39d698ae9e27c27790814e2b3c8e1c2.tar.bz2 marcuscom-ports-27f48380d39d698ae9e27c27790814e2b3c8e1c2.tar.lz marcuscom-ports-27f48380d39d698ae9e27c27790814e2b3c8e1c2.tar.xz marcuscom-ports-27f48380d39d698ae9e27c27790814e2b3c8e1c2.tar.zst marcuscom-ports-27f48380d39d698ae9e27c27790814e2b3c8e1c2.zip |
Update to 1.7.1 and enable dynamic BDB support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6167 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/files/patch-configure')
-rw-r--r-- | databases/evolution-data-server/files/patch-configure | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/databases/evolution-data-server/files/patch-configure b/databases/evolution-data-server/files/patch-configure new file mode 100644 index 000000000..91d8b09b9 --- /dev/null +++ b/databases/evolution-data-server/files/patch-configure @@ -0,0 +1,44 @@ +--- configure.orig Sun Dec 25 01:57:35 2005 ++++ configure Sun Dec 25 01:58:23 2005 +@@ -23542,6 +23542,14 @@ + SOFTOKN3_LIB='' + LIBEXECDIR_IN_SERVER_FILE='../../../libexec' + ;; ++*freebsd*) ++ os_win32=no ++ NO_UNDEFINED='' ++ SOCKET_LIBS='' ++ DL_LIB='' ++ SOFTOKN3_LIB='-lsoftokn3' ++ LIBEXECDIR_IN_SERVER_FILE="$libexecdir" ++ ;; + *) os_win32=no + NO_UNDEFINED='' + SOCKET_LIBS='' +@@ -27317,7 +27325,7 @@ + #include <sys/socket.h> + #include <netinet/in.h> + #include <netdb.h> +- ++ #include <stdio.h> + + int + main () +@@ -27565,7 +27573,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 +@@ -31483,7 +31491,7 @@ + imagesdir="$datadir/pixmaps/evolution-data-server-$BASE_VERSION" + + +-serverdir="$libdir/bonobo/servers" ++serverdir="$prefix/libdata/bonobo/servers" + + + extensiondir='${libdir}'/evolution-data-server-$API_VERSION/extensions |