summaryrefslogtreecommitdiff
path: root/net/avahi
diff options
context:
space:
mode:
authorsketch <sketch@pkgsrc.org>2009-01-23 11:21:09 +0000
committersketch <sketch@pkgsrc.org>2009-01-23 11:21:09 +0000
commitb4201b3c7c37f5da8610d4100ec55564de188d64 (patch)
tree657db37523f09f3acf550911a3ec5c0a7413b4e9 /net/avahi
parent4bd23fc4063e6ba64cdcf36e47605d01642808cb (diff)
downloadpkgsrc-b4201b3c7c37f5da8610d4100ec55564de188d64.tar.gz
Pass --with-distro=none on Solaris to disable check, package builds fine.
Diffstat (limited to 'net/avahi')
-rw-r--r--net/avahi/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile
index 43bd7933f84..376997fdc4f 100644
--- a/net/avahi/Makefile
+++ b/net/avahi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/01/16 22:25:04 tonio Exp $
+# $NetBSD: Makefile,v 1.8 2009/01/23 11:21:09 sketch Exp $
DISTNAME= avahi-0.6.24
CATEGORIES= net
@@ -74,6 +74,10 @@ CONFIGURE_ARGS+= --disable-doxygen-html
CONFIGURE_ARGS+= --disable-xmltoman
CONFIGURE_ARGS+= --disable-autoipd
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ARGS+= --with-distro=none
+.endif
+
INSTALLATION_DIRS+= share/examples/avahi
INSTALLATION_DIRS+= share/doc/avahi