Subject: Re: pkg/30035: net/ppp-lzs update (patch included)
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Thomas Klausner <wiz@NetBSD.org>
List: pkgsrc-bugs
Date: 04/22/2005 20:17:01
The following reply was made to PR pkg/30035; it has been noted by GNATS.

From: Thomas Klausner <wiz@NetBSD.org>
To: Iain Hibbert <plunky@rya-online.net>
Cc: gnats-bugs@NetBSD.org
Subject: Re: pkg/30035: net/ppp-lzs update (patch included)
Date: Fri, 22 Apr 2005 22:15:43 +0200

 On Fri, Apr 22, 2005 at 07:43:00PM +0000, Iain Hibbert wrote:
 > 	net/ppp-lzs is failing to build.  The problem seems to be in the wrapper,
 > 	for cc in that it is filtering out an -I/usr/src/lib/libpcap from the
 > 	C options (maybe because of absolute path?).  It needed this to get the
 > 	pcap-int.h file which is only found there.
 
 You can tell buildlink to pass through paths with the BUILDLINK_PASSTHRU_DIRS
 variable -- take a look at lang/guile14/buildlink3.mk. Please provide a patch
 that uses this instead of copying files around.
 
 Thanks,
  Thomas