pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/avahi Pass --with-distro=none on Solaris to disabl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b62d2c95391e
branches:  trunk
changeset: 553501:b62d2c95391e
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Fri Jan 23 11:21:09 2009 +0000

description:
Pass --with-distro=none on Solaris to disable check, package builds fine.

diffstat:

 net/avahi/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r c8d70bcb7830 -r b62d2c95391e net/avahi/Makefile
--- a/net/avahi/Makefile        Fri Jan 23 11:13:38 2009 +0000
+++ b/net/avahi/Makefile        Fri Jan 23 11:21:09 2009 +0000
@@ -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-xmltoman
 CONFIGURE_ARGS+=       --disable-autoipd
 
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ARGS+=       --with-distro=none
+.endif
+
 INSTALLATION_DIRS+=    share/examples/avahi
 INSTALLATION_DIRS+=    share/doc/avahi
 



Home | Main Index | Thread Index | Old Index