Subject: Re: pkg/34591: Patch file that fixed DNS lookup problems in www/dillo
To: None <adam@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-bugs
Date: 09/23/2006 12:25:02
The following reply was made to PR pkg/34591; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg@britannica.bec.de>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/34591: Patch file that fixed DNS lookup problems in www/dillo
    was mistakenly removed in CVS
Date: Sat, 23 Sep 2006 14:23:48 +0200

 On Sat, Sep 23, 2006 at 04:35:00AM +0000, dhgutteridge@sympatico.ca wrote:
 > --- Makefile~	2006-09-22 22:43:11.000000000 -0400
 > +++ Makefile	2006-09-23 00:17:02.000000000 -0400
 > @@ -21,6 +21,11 @@
 >  
 >  .include "options.mk"
 >  
 > +# NetBSD < 3.0 does not have reentrant resolver functions
 > +.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[1-2].*)
 > +CONFIGURE_ARGS+=	--disable-threaded-dns
 > +.endif
 
 This would also apply to DragonFly, FreeBSD 4 and most likely OpenBSD.
 Not sure about the later though.
 
 Joerg