mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
18 lines
589 B
Text
18 lines
589 B
Text
--- configure.orig 2012-02-14 22:36:33 UTC
|
|
+++ configure
|
|
@@ -16895,6 +16895,7 @@ $as_echo_n "checking whether to check fo
|
|
check_inconsistencies=yes
|
|
case "${host_cpu}-${host_os}" in
|
|
*-darwin*) check_inconsistencies=no ;;
|
|
+ *-freebsd*) check_inconsistencies=no ;;
|
|
esac
|
|
if test x"$GCC" != xyes -o "x$check_inconsistencies" != xyes ; then
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
@@ -18460,6 +18461,7 @@ else
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
$ac_includes_default
|
|
+#include <sys/socket.h>
|
|
int
|
|
main ()
|
|
{
|