From c68df453836584530bc5d939c87d5ded67c0ea4b Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Tue, 22 Feb 2000 17:38:07 +0000 Subject: If USE_INET6 is not defined, explicitly disable ipv6 in the CONFIGURE_ARGS. This is needed because the pkg system passes, for example, "--host=i386--netbsd" to 'configure'. However, 'configure' looks for strings like i386-*-netbsd1.4[A-Z] and i386-*-netbsd1.3* to turn off ipv6. --- net/irrd/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'net/irrd/Makefile') diff --git a/net/irrd/Makefile b/net/irrd/Makefile index e9a9e23e363..d7d8f3bc868 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/10/28 19:50:18 kim Exp $ +# $NetBSD: Makefile,v 1.2 2000/02/22 17:38:07 dmcmahill Exp $ # DISTNAME= irrd-1.5-beta-Sept-24-1999 @@ -24,6 +24,10 @@ DEPENDS+= pgp-2.*:../../security/pgp2 .endif .endif +.ifndef USE_INET6 +CONFIGURE_ARGS+= --disable-ipv6 +.endif + WRKSRC= ${WRKDIR}/irrd-1.5 HAS_CONFIGURE= yes -- cgit v1.2.3