summaryrefslogtreecommitdiff
path: root/net
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 /net
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 'net')
-rw-r--r--net/irrd/Makefile4
-rw-r--r--net/smokeping/Makefile4
-rw-r--r--net/tnftpd/Makefile4
3 files changed, 9 insertions, 3 deletions
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