aboutsummaryrefslogtreecommitdiff
path: root/net/mpich2
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-09-30 07:59:15 +0000
committerJohn Marino <marino@FreeBSD.org>2014-09-30 07:59:15 +0000
commita70f4ebca73ccdf925aacbaa0076370d5d7e97d4 (patch)
treeeb1bd0a4558fd92b6e2ddc439358fb06758703fc /net/mpich2
parentf589aaf983f3f65c05936e7178621c79cf09c876 (diff)
downloadports-a70f4ebca73ccdf925aacbaa0076370d5d7e97d4.tar.gz
ports-a70f4ebca73ccdf925aacbaa0076370d5d7e97d4.zip
Notes
Diffstat (limited to 'net/mpich2')
-rw-r--r--net/mpich2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile
index beac62f06046..8a582ccb12dc 100644
--- a/net/mpich2/Makefile
+++ b/net/mpich2/Makefile
@@ -42,7 +42,7 @@ CONFIGURE_ARGS= --enable-romio --enable-shared \
--docdir="${DOCSDIR}" \
--with-python="${PYTHON_CMD}"
CONFIGURE_ENV= FCFLAGS="${FFLAGS}" \
- MPI_CFLAGS="${LOCALBASE}/include" \
+ MPI_CFLAGS="-I${LOCALBASE}/include" \
PACKAGE=${PORTNAME} \
PTHREAD_LIBS="${PTHREAD_LIBS}"