pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gdm Forgot to enable IPv6 if USE_INET6 = [Yy][Ee][...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72b92302a004
branches:  trunk
changeset: 474947:72b92302a004
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat May 08 00:32:13 2004 +0000

description:
Forgot to enable IPv6 if USE_INET6 = [Yy][Ee][Ss].

diffstat:

 x11/gdm/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 6a838b20c322 -r 72b92302a004 x11/gdm/Makefile
--- a/x11/gdm/Makefile  Sat May 08 00:27:16 2004 +0000
+++ b/x11/gdm/Makefile  Sat May 08 00:32:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2004/05/08 00:27:16 xtraeme Exp $
+# $NetBSD: Makefile,v 1.64 2004/05/08 00:32:13 xtraeme Exp $
 #
 
 DISTNAME=      gdm-2.6.0.2
@@ -70,6 +70,8 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+BUILD_DEFS+=           USE_INET6
+
 .if ${OPSYS} == "SunOS"
 CFLAGS+=       -DSunOS
 GDMOWN=                daemon
@@ -79,6 +81,10 @@
 GDMGRP=                daemon
 .endif
 
+.if !empty(USE_INET6:M[Yy][Ee][Ss])
+CONFIGURE_ARGS+=       --enable-ipv6
+.endif
+
 .if ${OPSYS} == "NetBSD"
 CONFIGURE_ARGS+=       X_SERVER_ARGS="vt05"
 .endif



Home | Main Index | Thread Index | Old Index