ports/net/avahi-app/files/patch-configure
Kurt Jaeger fc92501e43 net/avahi-app: Add license information and fix portlint warnings
PR:		222345
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2017-10-21 04:48:49 +00:00

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 ()
{