mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 23:09:19 -04:00
36 lines
916 B
Text
36 lines
916 B
Text
--- 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)
|
|
|