mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
* Allow other BDD versions to be used, but display a warning if BDB 41 is not used [2] Submitted by: mezz [1] Requested by: ade [2]
35 lines
943 B
Text
35 lines
943 B
Text
--- configure.orig Mon Jun 18 23:55:48 2007
|
|
+++ configure Mon Jun 18 23:56:20 2007
|
|
@@ -24562,6 +24562,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=''
|
|
@@ -28651,7 +28659,7 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|
#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
#include <netdb.h>
|
|
-
|
|
+ #include <stdio.h>
|
|
|
|
int
|
|
main ()
|
|
@@ -33825,7 +33833,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
|