diff options
author | marino <marino@FreeBSD.org> | 2014-09-30 15:59:15 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-09-30 15:59:15 +0800 |
commit | bdaa81dd61c96564bb2f81e180ea0639811e4e3e (patch) | |
tree | eb1bd0a4558fd92b6e2ddc439358fb06758703fc /net/mpich2 | |
parent | 898be233e5061e699b7f2532276ee17219970687 (diff) | |
download | freebsd-ports-gnome-bdaa81dd61c96564bb2f81e180ea0639811e4e3e.tar.gz freebsd-ports-gnome-bdaa81dd61c96564bb2f81e180ea0639811e4e3e.tar.zst freebsd-ports-gnome-bdaa81dd61c96564bb2f81e180ea0639811e4e3e.zip |
net/mpich2: Fix typo in MPI_CFLAGS (from previous commit)
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}" |