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. --- net/irrd/Makefile | 4 +++- net/smokeping/Makefile | 4 +++- net/tnftpd/Makefile | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'net') diff --git a/net/irrd/Makefile b/net/irrd/Makefile index 3c9fcbb85d6..b9e108df773 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/03/26 02:27:48 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2004/06/08 12:23:59 cjep Exp $ DISTNAME= irrd2.1.5 PKGNAME= irrd-2.1.5 @@ -24,6 +24,8 @@ CONFIGURE_ARGS+=--with-gdbm CONFIGURE_ARGS+=--disable-thread CONFIGURE_ENV+= YACC=bison +BUILD_DEFS+= USE_INET6 + CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -g diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile index 358fe877e15..7fea9191b80 100644 --- a/net/smokeping/Makefile +++ b/net/smokeping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/04/12 21:05:15 kim Exp $ +# $NetBSD: Makefile,v 1.7 2004/06/08 12:24:00 cjep Exp $ DISTNAME= smokeping-1.28 CATEGORIES= net @@ -17,6 +17,8 @@ USE_PERL5= YES PERL5_REQD+= 5.6.0 USE_PKGINSTALL= yes +BUILD_DEFS+= USE_INET6 + PKG_SYSCONFSUBDIR?= smokeping MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} diff --git a/net/tnftpd/Makefile b/net/tnftpd/Makefile index e593ce78bc0..d7ffc9e21b0 100644 --- a/net/tnftpd/Makefile +++ b/net/tnftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/12/20 13:38:37 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/06/08 12:24:00 cjep Exp $ # DISTNAME= tnftpd-20031217 @@ -22,6 +22,8 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONF_FILES+= ${EXAMPLEDIR}/ftpd.conf ${PKG_SYSCONFDIR}/ftpd.conf CONF_FILES+= ${EXAMPLEDIR}/ftpusers ${PKG_SYSCONFDIR}/ftpusers +BUILD_DEFS+= USE_INET6 + .include "../../mk/bsd.prefs.mk" # Include SOCKS firewall support -- cgit v1.2.3