diff options
| author | Maho Nakata <maho@FreeBSD.org> | 2007-06-13 20:44:01 +0000 | 
|---|---|---|
| committer | Maho Nakata <maho@FreeBSD.org> | 2007-06-13 20:44:01 +0000 | 
| commit | a15572912f0d870f73e6521ddced34ec2d6f78d2 (patch) | |
| tree | 644c1efa9c1406ab2d6e68e6ca06ca852b3c3760 /math/lapack | |
| parent | Update pkg-descr for Pidgin and include the new WWW site. (diff) | |
Build fix: use gfortran42 explicitly instead of USE_GCC=4.2+.
Spotted by: kris
Diffstat (limited to 'math/lapack')
| -rw-r--r-- | math/lapack/Makefile | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index d4767617fa03..61abb0e4223d 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -18,7 +18,11 @@ COMMENT=	A library of Fortran 77 subroutines for linear algebra  LIB_DEPENDS=	blas.2:${PORTSDIR}/math/blas  WANT_FORTRAN=	yes -USE_GCC=	4.2+ +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +FC=		gfortran42 +F77=		gfortran42 +CONFIGURE_ENV+=	FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" +MAKE_ENV+=	FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"  DIST_SUBDIR=	lapack  | 
