summaryrefslogtreecommitdiff
path: root/security
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 /security
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 'security')
-rw-r--r--security/tcp_wrappers/Makefile4
1 files changed, 3 insertions, 1 deletions
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!