1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

The previous fix addressed PR85495.

PR:		85495
This commit is contained in:
Gerald Pfeifer 2005-09-01 22:19:48 +00:00
parent 481cf07ca9
commit 38b9aef0ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141737

View File

@ -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