forked from Lainports/freebsd-ports
net/mpich2: Fix typo in MPI_CFLAGS (from previous commit)
This commit is contained in:
parent
f589aaf983
commit
a70f4ebca7
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue