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: Thomas Cort <tcort%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/45039: net/libfetch minix support
Date: Sat, 5 Nov 2011 15:45:05 -0400

 The original patch sent with this problem report is now obsolete due to changes
 in Minix's C libary. Below is an updated patch to port net/libfetch to Minix.
 
 
 Patch Summary:
 
  * 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
  
 


Home | Main Index | Thread Index | Old Index