Subject: pkg/20021: games/gtetrinet uses USE_IPV6 instead of USE_INET6 to enable IPv6 support
To: None <gnats-bugs@gnats.netbsd.org>
From: None <svs+pr@grep.ru>
List: netbsd-bugs
Date: 01/23/2003 16:09:11
>Number: 20021
>Category: pkg
>Synopsis: games/gtetrinet uses USE_IPV6 instead of USE_INET6 to enable IPv6 support
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Jan 23 16:10:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Sergey Svishchev
>Release:
>Organization:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
RCS file: /cvsroot/pkgsrc/games/gtetrinet/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile 2002/12/12 12:13:34 1.1.1.1
+++ Makefile 2003/01/24 00:08:31
@@ -19,7 +19,7 @@
.include "../../mk/bsd.prefs.mk"
# IPv6 support
-.if defined(USE_IPV6) && ${USE_IPV6} == YES
+.if defined(USE_INET6) && ${USE_INET6} == YES
CONFIGURE_ARGS+= --enable-ipv6
.endif
>Release-Note:
>Audit-Trail:
>Unformatted: