Subject: Re: mail/drac fails to build
To: Hiramatsu Yoshifumi <hiramatu@boreas.dti.ne.jp>
From: Martin Husemann <martin@duskware.de>
List: tech-pkg
Date: 07/19/2003 22:00:04
On Sat, Jul 19, 2003 at 01:42:22PM +0900, Hiramatsu Yoshifumi wrote:
> But I'm not sure what should be fixed. rpcgen? pkgsrc?

IMHO rpcgen. A minimal fix would be to add another check to find_cpp(),
testing for the default when no ${CPP} is defined (that is /usr/bin/cpp).
A proper fix would check for a leading "/" in ${CPP} and do a ${PATH} walk
if it is missing.

Martin