pkgsrc-Bugs archive

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

Re: pkg/42326 ([PATCH] after update of autoconf to 2.64 print/cups not compilable (missing header include))



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

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: sbd%netbsd.org@localhost
Subject: Re: pkg/42326 ([PATCH] after update of autoconf to 2.64 print/cups
 not compilable (missing header include))
Date: Wed, 01 Dec 2010 20:34:27 +0900

 On Mon, 24 May 2010 17:25:05 +0900, <sbd%netbsd.org@localhost> wrote:
 
 > Synopsis: [PATCH] after update of autoconf to 2.64 print/cups not compilable 
 > (missing header include)
 >
 > Responsible-Changed-From-To: sbd->dfly-pkg-people
 > Responsible-Changed-By: sbd%NetBSD.org@localhost
 > Responsible-Changed-When: Mon, 24 May 2010 08:25:04 +0000
 > Responsible-Changed-Why:
 > DragonFly problem.
 
 On NetBSD-5.1, resolv.h is also failed to detect, but compilable.
 On DragonFly-2.8.3, also failed but compilable.
 
 OK to close this PR?
 or how about following patch?
 
 --- config-scripts/cups-network.m4.orig 2008-09-08 22:03:01.000000000 +0000
 +++ config-scripts/cups-network.m4
 @@ -13,7 +13,7 @@ dnl   which should have been included wi
   dnl   file is missing or damaged, see the license at "http://www.cups.org/";.
   dnl
 
 -AC_CHECK_HEADER(resolv.h,AC_DEFINE(HAVE_RESOLV_H))
 +AC_HEADER_RESOLV
   AC_SEARCH_LIBS(socket, socket)
   AC_SEARCH_LIBS(gethostbyaddr, nsl)
   AC_SEARCH_LIBS(getifaddrs, nsl, AC_DEFINE(HAVE_GETIFADDRS))
 
 
 -- 
 OBATA Akio / obache%NetBSD.org@localhost
 


Home | Main Index | Thread Index | Old Index