diff options
-rw-r--r-- | net/avahi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 583388d0169..039e5850caa 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2011/01/13 13:36:38 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2011/04/21 13:25:28 hans Exp $ DISTNAME= avahi-0.6.27 PKGREVISION= 4 @@ -50,6 +50,8 @@ PKG_GECOS.${AVAHI_USER}= Avahi user CFLAGS+= -D_NETBSD_SOURCE .endif +CPPFLAGS.SunOS+= --std=c99 -D_XOPEN_SOURCE=600 + PLIST_SRC+= ${PKGDIR}/PLIST.shared CONF_FILES+= ${PREFIX}/share/examples/avahi/avahi-daemon.conf \ |