NetBSD-Bugs archive

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

Re: xsrc/51494: X fails to build with MKINET6=no



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

From: Rin Okuyama <rokuyama%rk.phys.keio.ac.jp@localhost>
To: Christos Zoulas <christos%zoulas.com@localhost>, gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: xsrc/51494: X fails to build with MKINET6=no
Date: Fri, 23 Sep 2016 00:31:19 +0900

 config.h for xfs is missing in your commit. Please add this one:
 
 --- xsrc/external/mit/xfs/include/config.h.orig	2016-09-22 23:28:26.976901446 +0900
 +++ xsrc/external/mit/xfs/include/config.h	2016-09-22 23:30:09.964697947 +0900
 @@ -44,7 +44,9 @@
   #define HAVE_UNISTD_H 1
   
   /* Support IPv6 for TCP connections */
 -#define IPv6 1
 +#ifndef __NetBSD__	/* Defined by the build */
 +# define IPv6 1
 +#endif
   
   /* Support os-specific local connections */
   /* #undef LOCALCONN */
 


Home | Main Index | Thread Index | Old Index