From f6887a97b1cf54e4589596de7e95eb1ba7b75bdf Mon Sep 17 00:00:00 2001 From: cjep Date: Tue, 8 Jun 2004 12:23:59 +0000 Subject: Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from Georg Schwarz. --- chat/ninja/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chat/ninja/Makefile') diff --git a/chat/ninja/Makefile b/chat/ninja/Makefile index 9a1b3090d55..c88d28087da 100644 --- a/chat/ninja/Makefile +++ b/chat/ninja/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/05/07 01:14:47 xtraeme Exp $ +# $NetBSD: Makefile,v 1.8 2004/06/08 12:23:59 cjep Exp $ # DISTNAME= ninja-1.5.8.1 @@ -13,6 +13,8 @@ USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_GNU_TOOLS+= make +BUILD_DEFS+= USE_INET6 + .if defined(USE_INET6) && ${USE_INET6} == "YES" CONFIGURE_ARGS+= --enable-ipv6 .endif -- cgit v1.2.3