Subject: Re: pkg/30263: graphics/netpbm build problem on DragonFly [patch]
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-bugs
Date: 05/17/2005 17:15:03
The following reply was made to PR pkg/30263; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg@britannica.bec.de>
To: "Jeremy C. Reed" <reed@reedmedia.net>
Cc: gnats-bugs@netbsd.org, joerg@leaf.dragonflybsd.org
Subject: Re: pkg/30263: graphics/netpbm build problem on DragonFly [patch]
Date: Tue, 17 May 2005 19:14:04 +0200

 On Tue, May 17, 2005 at 08:54:26AM -0700, Jeremy C. Reed wrote:
 > On Tue, 17 May 2005 joerg@leaf.dragonflybsd.org wrote:
 > 
 > > +     int i;
 > > +-    extern int errno;
 > > +
 > 
 > I am not sure how this minor change will effect other platforms, but you
 > may want to have a check for DragonFly.
 
 Other platforms should not be affected if they are ANSI C conform.
 This definition is wrong anyway, since errno might be defined as macro
 as well.
 
 > Also, for many of these fixes can you be sure to submit fixes back to the
 > original projects so they will later ship proper DragonFly support.
 
 I'm doing that.
 
 > (Once I have a quick DragonFly build box, I can probably help you with
 > some of this more.)
 
 Once you do, please test both EXPERIMENTAL (HEAD) and the release,
 most of the critical changes are in the development line.
 
 Joerg