pkgsrc-Bugs archive

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

Re: pkg/45039: net/libfetch minix support



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

From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/45039: net/libfetch minix support
Date: Sun, 6 Nov 2011 20:02:51 +0100

 On Sat, Nov 05, 2011 at 07:50:07PM +0000, Thomas Cort wrote:
 >   * Minix doesn't have have support for sa_len, so don't define HAVE_SA_LEN
 >  when __minix is defined.
 >  
 >  
 >  
 >  Index: files/common.h
 >  ===================================================================
 >  RCS file: /cvsroot/pkgsrc/net/libfetch/files/common.h,v
 >  retrieving revision 1.16
 >  diff -u -p -r1.16 common.h
 >  --- files/common.h  21 Mar 2010 16:48:43 -0000      1.16
 >  +++ files/common.h  5 Nov 2011 19:29:16 -0000
 >  @@ -47,7 +47,7 @@
 >   
 >   #if !defined(__sun) && !defined(__hpux) && !defined(__INTERIX) && \
 >       !defined(__digital__) && !defined(__linux) && !defined(__MINT__) && \
 >  -    !defined(__sgi)
 >  +    !defined(__sgi) && !defined(__minix)
 >   #define HAVE_SA_LEN
 >   #endif
 
 Please commit.
 
 Joerg
 


Home | Main Index | Thread Index | Old Index