No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk. Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
This commit is contained in:
parent
63a0f897db
commit
72168d4aa1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225642
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ USE_LDCONFIG= yes
|
|||
MAN1= gretl.1 gretl-config.1
|
||||
|
||||
USE_FORTRAN= yes
|
||||
CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" LAPACK_LIBS="${BLAS} ${LAPACK} -l${FORTRANRUNTIME}"
|
||||
CONFIGURE_ENV+= LAPACK_LIBS="${BLAS} ${LAPACK} -l${FORTRANRUNTIME}"
|
||||
FORTRANRUNTIME= gfortran
|
||||
GCCLIBDIR= -L`${CAT} ${WRKSRC}/LIBDIR` -L`${CAT} ${WRKSRC}/LIBDIR`/../../..
|
||||
|
||||
|
|
Loading…
Reference in a new issue