pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/x11vnc Support inet6 option (on by default)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/552d4e7afa73
branches:  trunk
changeset: 610850:552d4e7afa73
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Thu Nov 08 10:43:50 2012 +0000

description:
Support inet6 option (on by default)

diffstat:

 x11/x11vnc/options.mk |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2799b8d861cd -r 552d4e7afa73 x11/x11vnc/options.mk
--- a/x11/x11vnc/options.mk     Thu Nov 08 08:50:02 2012 +0000
+++ b/x11/x11vnc/options.mk     Thu Nov 08 10:43:50 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.3 2012/10/23 10:24:21 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2012/11/08 10:43:50 sborrill Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.x11vnc
-PKG_SUPPORTED_OPTIONS= avahi x11
-PKG_SUGGESTED_OPTIONS= x11
+PKG_SUPPORTED_OPTIONS= avahi inet6 x11
+PKG_SUGGESTED_OPTIONS= inet6 x11
 
 .include "../../mk/bsd.options.mk"
 
@@ -14,6 +14,10 @@
 CONFIGURE_ARGS+=       --without-avahi
 .endif
 
+.if empty(PKG_OPTIONS:Minet6)
+CONFIGURE_ARGS+=       --without-ipv6
+.endif
+
 .if !empty(PKG_OPTIONS:Mx11)
 CONFIGURE_ARGS+=               --with-x
 BUILDLINK_DEPMETHOD.libXt?=    build



Home | Main Index | Thread Index | Old Index