summaryrefslogtreecommitdiff
path: root/net/irrd
diff options
context:
space:
mode:
authorfredb <fredb>2000-09-13 20:31:43 +0000
committerfredb <fredb>2000-09-13 20:31:43 +0000
commit9f5b9e55c710823357f63cfe73b29fec9b04fadc (patch)
treea41c97108d2c20f35519f5c3c964499ed2154f83 /net/irrd
parent1e8f27217070b24afd4ccf117ad40ffca11a419d (diff)
downloadpkgsrc-9f5b9e55c710823357f63cfe73b29fec9b04fadc.tar.gz
Don't pass explicit "--enable-ipv6" to configure. For some reason, doing
so messes up proper detection of NetBSD IPv6.
Diffstat (limited to 'net/irrd')
-rw-r--r--net/irrd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/irrd/Makefile b/net/irrd/Makefile
index e10b5330830..9ead856ac81 100644
--- a/net/irrd/Makefile
+++ b/net/irrd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/09/13 20:10:45 fredb Exp $
+# $NetBSD: Makefile,v 1.7 2000/09/13 20:31:43 fredb Exp $
#
DISTNAME= irrd-1.5-beta-Sept-24-1999
@@ -33,7 +33,8 @@ CONFIGURE_ARGS+= --without-pgp
.endif
.if defined(USE_INET6) && ${USE_INET6} == "YES"
-CONFIGURE_ARGS+= --enable-ipv6
+# default
+# CONFIGURE_ARGS+= --enable-ipv6
.else
CONFIGURE_ARGS+= --disable-ipv6
.endif