mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk.
This commit is contained in:
parent
602f4b65f3
commit
81d30824d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227760
1 changed files with 1 additions and 2 deletions
|
@ -36,8 +36,7 @@ QT_COMPONENTS= gui network opengl moc_build rcc_build uic_build xml svg
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-blas="${BLAS}" --without-llvm
|
||||
CPPFLAGS= ${CXXFLAGS} -I${LOCALBASE}/include ${AMDINC}
|
||||
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
|
||||
FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
|
||||
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
|
||||
SLAVEDIRS= math/freemat-mpi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue