summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2004-06-08 12:23:59 +0000
committercjep <cjep@pkgsrc.org>2004-06-08 12:23:59 +0000
commitf6887a97b1cf54e4589596de7e95eb1ba7b75bdf (patch)
treed960fbec5319c8cc80876917a459761fde70d4c9 /chat
parent033d0f34caa9e26fcf65bcbd100e00724250b0f1 (diff)
downloadpkgsrc-f6887a97b1cf54e4589596de7e95eb1ba7b75bdf.tar.gz
Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
Diffstat (limited to 'chat')
-rw-r--r--chat/ninja/Makefile4
1 files changed, 3 insertions, 1 deletions
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