Subject: Re: pkg/37013: net/couriertcpd build breaks on non-IPv6 system
To: None <jlam@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Aleksej Saushev <asau@hotbox.ru>
List: pkgsrc-bugs
Date: 09/21/2007 14:45:02
The following reply was made to PR pkg/37013; it has been noted by GNATS.

From: Aleksej Saushev <asau@hotbox.ru>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/37013: net/couriertcpd build breaks on non-IPv6 system
Date: Fri, 21 Sep 2007 17:31:02 +0400

 In addition!
 
 --- mail/courier-imap/Makefile.orig	2007-09-18 01:20:39.000000000 +0400
 +++ mail/courier-imap/Makefile	2007-09-21 14:32:09.000000000 +0400
 @@ -28,6 +28,12 @@
  
  .include "../../mail/courier-mta/Makefile.common"
  
 +.if !empty(PKG_OPTIONS:Minet6)
 +CONFIGURE_ARGS+=	--with-ipv6
 +.else
 +CONFIGURE_ARGS+=	--without-ipv6
 +.endif
 +
  CONFIGURE_ARGS+=	--datadir=${DATADIR:Q}
  CONFIGURE_ARGS+=	--libexecdir=${LIBEXECDIR:Q}