Subject: Re: pkg/28896: mail/xbuffy does not compile on non-gcc systems
To: None <georg.schwarz@freenet.de>
From: Johnny C. Lam <jlam@NetBSD.org>
List: pkgsrc-bugs
Date: 01/07/2005 22:51:17
On Fri, Jan 07, 2005 at 09:57:01PM +0000, georg.schwarz@freenet.de wrote:
> >Environment:
> IRIX lorenz 5.3 08031225 IP20 mips
> >Description:
> mail/xbuffy uses -Wall, which some cc's do not support.
> >How-To-Repeat:
> 
> >Fix:
> Add USE_BUILDLINK3= YES to Makefile.

This shouldn't be necessary after the wrapper framework was split out
of the buildlink3 framework.  mk/wrapper/transform-mipspro-* contain
rules to strip out "-W*" arguments that are exclusively for GCC.  If
this is not working, then we need to examine the .work.log file to
see what the cc wrapper is doing.

	Cheers,

	-- Johnny Lam <jlam@NetBSD.org>