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. --- security/tcp_wrappers/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/tcp_wrappers/Makefile b/security/tcp_wrappers/Makefile index 7b810a5c0c7..9d80e83c70b 100644 --- a/security/tcp_wrappers/Makefile +++ b/security/tcp_wrappers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/04/27 22:41:27 tv Exp $ +# $NetBSD: Makefile,v 1.20 2004/06/08 12:24:00 cjep Exp $ DISTNAME= tcp_wrappers_7.6-ipv6.1 PKGNAME= tcp_wrappers-7.6.1 @@ -15,6 +15,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes USE_LIBTOOL= yes +BUILD_DEFS+= USE_INET6 + .include "../../mk/bsd.prefs.mk" ALL_TARGET.${OPSYS}?= generic # good luck! -- cgit v1.2.3