summaryrefslogtreecommitdiff
path: root/net/mpich2
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2007-12-13 21:14:28 +0000
committerThierry Thomas <thierry@FreeBSD.org>2007-12-13 21:14:28 +0000
commit15e86a8ea658466c0cd43dbe708b0c2ceba8cb62 (patch)
tree161a2b9da5f8adff818bbac568b7a7de54689ec8 /net/mpich2
parentUpdate the pkg-message with correct PAM instructions. (diff)
Support compound flags and options for Fortran.
Submitted by: bf <bf2006a (at) yahoo.com>
Notes
Notes: svn path=/head/; revision=203499
Diffstat (limited to 'net/mpich2')
-rw-r--r--net/mpich2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile
index be8c811ffa98..2a6707c14066 100644
--- a/net/mpich2/Makefile
+++ b/net/mpich2/Makefile
@@ -35,14 +35,14 @@ USE_GNOME= pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-romio --enable-sharedlibs=gcc
-CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" LDFLAGS="${PTHREAD_LIBS}" F77=${F77} FFLAGS=${FFLAGS}
+CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" LDFLAGS="${PTHREAD_LIBS}" F77="${F77}" FFLAGS="${FFLAGS}"
FFLAGS?= -O2
NOCCACHE= yes
MAKE_ENV= CCACHE_DISABLE=yes
USE_FORTRAN= yes
F90FLAGS+= ${FFLAGS}
-CONFIGURE_ENV+= F90=${FC} F90FLAGS=${F90FLAGS}
+CONFIGURE_ENV+= F90="${FC}" F90FLAGS="${F90FLAGS}"
NO_MTREE= yes
USE_LDCONFIG= yes