From 15e86a8ea658466c0cd43dbe708b0c2ceba8cb62 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Thu, 13 Dec 2007 21:14:28 +0000 Subject: Support compound flags and options for Fortran. Submitted by: bf --- net/mpich2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/mpich2/Makefile') 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 -- cgit v1.2.3