blob: cb75d9bcf28b962e0b73dd89d9f784de519b7a9f (
plain) (
tree)
|
|
--- configure.orig 2011-01-26 18:09:29.000000000 +0000
+++ configure 2011-01-26 18:11:16.000000000 +0000
@@ -15450,6 +15450,16 @@
CHAMPLAIN_REQUIREMENT=''
GEOCLUE_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'
+ ;;
*)
os_win32=no
NO_UNDEFINED='-no-undefined'
@@ -16512,6 +16522,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
+ #include <stdio.h>
#define BUFSIZE (sizeof(struct hostent)+10)
|