Subject: Re: pkg/30916: devel/nspr nspr-4.4.1
To: None <gnats-bugs@netbsd.org>
From: grant beattie <grant@NetBSD.org>
List: pkgsrc-bugs
Date: 08/08/2005 07:54:02
On Fri, Aug 05, 2005 at 08:36:00AM +0000, Gilles Dauphin wrote:

> --- Makefile.orig       Fri Jun 17 05:06:21 2005
> +++ Makefile    Fri Aug  5 10:30:27 2005
> @@ -53,3 +53,7 @@
>  .endif
>  
>  .include "../../mk/bsd.pkg.mk"
> +
> +.if !empty(PKGSRC_COMPILER:Mgcc)
> +CONFIGURE_ENV+=                GNU_AS=1
> +.endif

this fix is incorrect; pkgsrc does not support GNU binutils on
Solaris. it should be made to work with the Solaris-supplied tools.

grant.