diff options
author | sketch <sketch> | 2009-01-23 11:21:09 +0000 |
---|---|---|
committer | sketch <sketch> | 2009-01-23 11:21:09 +0000 |
commit | ec2f4f86e95b2083219c1a9abf2c866db2da04d6 (patch) | |
tree | 657db37523f09f3acf550911a3ec5c0a7413b4e9 | |
parent | b3f23c966bb9f53892b72c3e105192048975b395 (diff) | |
download | pkgsrc-ec2f4f86e95b2083219c1a9abf2c866db2da04d6.tar.gz |
Pass --with-distro=none on Solaris to disable check, package builds fine.
-rw-r--r-- | net/avahi/Makefile | 6 |
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 |