From 46b378506ab7810ff867330e0f1c25aae5471317 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. --- news/inn/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'news/inn') diff --git a/news/inn/Makefile b/news/inn/Makefile index d149938b6bf..f1abc2030f6 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2004/06/02 11:43:55 tron Exp $ +# $NetBSD: Makefile,v 1.58 2004/06/08 12:24:00 cjep Exp $ DISTNAME= inn-2.4.1 CATEGORIES= news @@ -13,6 +13,7 @@ COMMENT= The public release of InterNet News (INN) CONFLICTS+= nntpclnt-[0-9]* .include "Makefile.common" +BUILD_DEFS+= USE_INET6 BUILD_DEFS+= INN_DATA_DIR INN_USER INN_GROUP FILES_SUBST+= INN_DATA_DIR=${INN_DATA_DIR} -- cgit v1.2.3