diff options
Diffstat (limited to 'net/avahi/patches/patch-aj')
-rw-r--r-- | net/avahi/patches/patch-aj | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/net/avahi/patches/patch-aj b/net/avahi/patches/patch-aj index 42e3849e9fa..2bea201ae65 100644 --- a/net/avahi/patches/patch-aj +++ b/net/avahi/patches/patch-aj @@ -1,8 +1,8 @@ -$NetBSD: patch-aj,v 1.3 2009/06/09 13:07:13 wiz Exp $ +$NetBSD: patch-aj,v 1.4 2010/07/24 13:42:12 obache Exp $ ---- configure.ac.orig 2009-04-14 01:55:55.000000000 +0000 +--- configure.ac.orig 2010-07-13 03:05:05.000000000 +0000 +++ configure.ac -@@ -267,7 +267,7 @@ with_distro=`echo ${with_distro} | tr '[ +@@ -273,7 +273,7 @@ with_distro=`echo ${with_distro} | tr '[ case $with_distro in lfs|debian|gentoo|archlinux|suse|fedora|mandriva|darwin|freebsd|slackware|none) ;; @@ -11,12 +11,3 @@ $NetBSD: patch-aj,v 1.3 2009/06/09 13:07:13 wiz Exp $ AC_MSG_WARN([Your distribution (${with_distro}) is supported but no init script exist yet! (patches welcome)]) ;; linux) -@@ -350,7 +350,7 @@ AC_HEADER_SYS_WAIT - # Solaris stuff - AC_SEARCH_LIBS([inet_ntop],[nsl]) - AC_SEARCH_LIBS([recv],[socket]) -- AC_CHECK_DECL([CMSG_SPACE],,CFLAGS="$CFLAGS -D_XOPEN_SOURCE=500 -D__EXTENSIONS__") -+ AC_CHECK_DECL([CMSG_SPACE],,CFLAGS="$CFLAGS -D_XOPEN_SOURCE=500 -D__EXTENSIONS__",[#include<sys/socket.h>]) - - # Checks for library functions. - AC_FUNC_MEMCMP |