mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
44 lines
1.4 KiB
Text
44 lines
1.4 KiB
Text
--- configure.orig Tue Apr 10 23:42:25 2007
|
|
+++ configure Wed Apr 11 00:04:30 2007
|
|
@@ -24550,6 +24550,14 @@ case "$host" in
|
|
# AC_CACHE_VAL(have_addrinfo, [have_addrinfo=yes])
|
|
# AC_DEFINE(_WIN32_WINNT, 0x501, [To get getaddrinfo etc declarations])
|
|
;;
|
|
+*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=''
|
|
@@ -28749,7 +28758,7 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|
#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
#include <netdb.h>
|
|
-
|
|
+ #include <stdio.h>
|
|
|
|
int
|
|
main ()
|
|
@@ -29039,7 +29048,7 @@ if test "x${with_krb5}" != "xno"; then
|
|
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
|
|
@@ -33857,7 +33866,7 @@ idldir='${datadir}'/idl/evolution-data-s
|
|
imagesdir='${datadir}'/pixmaps/evolution-data-server
|
|
|
|
|
|
-serverdir="$libdir/bonobo/servers"
|
|
+serverdir="$prefix/libdata/bonobo/servers"
|
|
|
|
|
|
extensiondir='${libdir}'/evolution-data-server-$API_VERSION/extensions
|