Subject: Re: bsd.pkg.mk CONFIGURE_ENV for F77 and FFLAGS
To: None <jasontd@indigo.ie>
From: Johnny C. Lam <lamj@stat.cmu.edu>
List: tech-pkg
Date: 02/01/2001 23:22:42
Jason Beegan <jasontd@indigo.ie> writes:
> 
> I believe F77 and FFLAGS should be set in the environment of configure,
> so I just want to apply the patch below. Any objections?
 [...]
> 
> *** bsd.pkg.mk.orig
> --- bsd.pkg.mk
> ***************
> *** 184,189 ****
> --- 184,191 ----
>   .endif
>   FC=             ${PKG_FC}
>   F77=            ${PKG_FC}
> + CONFIGURE_ENV+=	F77="${F77}"
> + CONFIGURE_ENV+=	FFLAGS="${FFLAGS}"
>   MAKE_ENV+=	F77="${F77}"
>   MAKE_ENV+=	FC="${FC}"
>   .endif

This looks good to me.  I need it for an update to math/R as well, and
was about to do the exact same thing.

	Cheers,

     -- Johnny C. Lam <lamj@stat.cmu.edu>
        Department of Statistics, Carnegie Mellon University
        http://www.stat.cmu.edu/~lamj/