pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/45602: chat/licq-core doesn't build



The following reply was made to PR pkg/45602; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/45602: chat/licq-core doesn't build
Date: Fri, 11 Nov 2011 17:34:34 +0100

 On Fri, Nov 11, 2011 at 04:10:01PM +0000, noud4%home.nl@localhost wrote:
 > $NetBSD$
 > 
 > --- src/fifo.cpp.orig   2011-11-11 15:29:37.000000000 +0000
 > +++ src/fifo.cpp        2011-11-11 15:30:29.000000000 +0000
 > @@ -38,6 +38,10 @@
 >  extern int errno;
 >  #endif
 >  
 > +#ifdef __NetBSD__
 > +#include <machine/limits.h>
 > +#endif
 > +
 >  // Localization
 >  #include "gettext.h"
 >  
 > 
 
 That's wrong. Just including limits.h unconditionally should be fine.
 
 Joerg
 


Home | Main Index | Thread Index | Old Index