summaryrefslogtreecommitdiff
path: root/net/irrd/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-02-22 17:38:07 +0000
committerdmcmahill <dmcmahill>2000-02-22 17:38:07 +0000
commitc68df453836584530bc5d939c87d5ded67c0ea4b (patch)
tree430fad98d20a8dde83e03bee31748e9d2188d4d6 /net/irrd/Makefile
parente827aefeb6d64522ecc5248eba821aca8965d5dd (diff)
downloadpkgsrc-c68df453836584530bc5d939c87d5ded67c0ea4b.tar.gz
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.
Diffstat (limited to 'net/irrd/Makefile')
-rw-r--r--net/irrd/Makefile6
1 files changed, 5 insertions, 1 deletions
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