diff options
author | John Marino <marino@FreeBSD.org> | 2014-09-30 07:59:15 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-09-30 07:59:15 +0000 |
commit | a70f4ebca73ccdf925aacbaa0076370d5d7e97d4 (patch) | |
tree | eb1bd0a4558fd92b6e2ddc439358fb06758703fc /net/mpich2 | |
parent | f589aaf983f3f65c05936e7178621c79cf09c876 (diff) | |
download | ports-a70f4ebca73ccdf925aacbaa0076370d5d7e97d4.tar.gz ports-a70f4ebca73ccdf925aacbaa0076370d5d7e97d4.zip |
Notes
Diffstat (limited to 'net/mpich2')
-rw-r--r-- | net/mpich2/Makefile | 2 |
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}" |