blob: 3b9eb70943d45ab3e4c2c61cfc95e8960b2b5fa9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
--- configure.orig 2009-12-26 20:42:20.000000000 +0100
+++ configure 2009-12-26 20:49:17.000000000 +0100
@@ -4329,7 +4329,7 @@
-Wdeclaration-after-statement
-Werror-implicit-function-declaration
-Wformat-security -Winit-self
- -Wmissing-declarations -Wmissing-include-dirs
+ -Wmissing-declarations
-Wmissing-noreturn -Wnested-externs -Wpointer-arith
-Wredundant-decls -Wundef -Wwrite-strings"
flags_supported=""
@@ -16441,6 +16441,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'
@@ -18544,6 +18554,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
+ #include <stdio.h>
#define BUFSIZE (sizeof(struct hostent)+10)
|