diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-09-01 22:19:48 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-09-01 22:19:48 +0000 |
commit | 38b9aef0ce6f048314764a9e2575b586df918f90 (patch) | |
tree | 15295f739ef110b4a5b16d3deca91495c48f272a | |
parent | We now also need the math/mpfr port to build the Fortran frontend. (diff) |
The previous fix addressed PR85495.
PR: 85495
Notes
Notes:
svn path=/head/; revision=141737
-rw-r--r-- | lang/gcc40/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc40/Makefile b/lang/gcc40/Makefile index c9a95d5a48eb..bfb821e1f1f4 100644 --- a/lang/gcc40/Makefile +++ b/lang/gcc40/Makefile @@ -60,6 +60,7 @@ CONFIGURE_ARGS+= --disable-nls \ --program-suffix=${SUFFIX} \ --libdir=${TARGLIB} \ --with-gxx-include-dir=${TARGLIB}/include/c++/ +CONFIGURE_ENV= RANLIB=: .if defined(WITH_FORTRAN) CONFIGURE_ARGS+= --with-gmp=${LOCALBASE} .endif |